Html Css Color HEX #D04DFD Heliotrope

📋 copy color: '#D04DFD'

red 208 ◦ green 77 ◦ blue 253

#D04DFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D04DFD

Tints of Heliotrope #D04DFD

RGB

 RED value IS 208 (81.64% from 255) = 38.66%

 GREEN value IS 77 (30.47% from 255) = 14.31%

 BLUE value IS 253 (99.22% from 255) = 47.03%

R = 38.66%
G = 14.31%
B = 47.03%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D04DFD (or 0xD04DFD) is known color: Heliotrope. HEX triplet: D0, 4D and FD. RGB value is (208,77,253). Sum of RGB (Red+Green+Blue) = 208+77+253=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 77 (30.47% from 255 or 14.31% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #D04DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04DFD is #2FB202. Grayscale: #878787. Windows color (decimal): -3125763 or 16600528. OLE color: 16600528.

HSL color Cylindrical-coordinate representation of color #D04DFD: hue angle of 284.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D04DFD is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 77 253 -
CMYK 0.18 0.70 0 0.01
HSL 284.66º 0.98% 0.65% -
HSV(B) 284.66º 0.7% 0.99% -
XYZ 46.4 25.81 95.46 -
YUV 136.23 193.9 179.19 -
System Red Green Blue C M Y K H S L
Decimal 208 77 253 0.18 0.70 0 0.01 284.66 0.98 0.65
Hex D0 4D FD 12 46 0 1 11D 62 41
Octal 320 115 375 22 106 0 1 435 142 101
Binary 11010000 1001101 11111101 10010 1000110 0 1 100011101 1100010 1000001

Color Harmonies of #D04DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DFD

Black with #D04DFD

Text Example


Text Example

White with #D04DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DFD; }

 p { color: rgb(208,77,253); }

 H1.HeaderClassName
 {
   color: #D04DFD;
 }
 .AnyTagClassName
 {
   color: #D04DFD;
 }
</style>

background-color css

<style>
 a { background-color: #D04DFD; }

 a { background-color: rgb(208,77,253); }

 div.DivClassName
 {
   background-color: #D04DFD;
 }
 .BgClassName
 {
   background-color: #D04DFD;
 }
</style>

border-color css

<style>
 span { border-color: #D04DFD; }

 span { border-color: rgb(208,77,253); }

 td.TdClassName
 {
   border-color: #D04DFD;
 }
 .TagClassName
 {
   border-color: #D04DFD;
 }
</style>