Html Css Color HEX #D066EA Heliotrope

📋 copy color: '#D066EA'

red 208 ◦ green 102 ◦ blue 234

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

Shades of Heliotrope #D066EA

Tints of Heliotrope #D066EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.75%

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 38.24%
G = 18.75%
B = 43.01%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D066EA (or 0xD066EA) is known color: Heliotrope. HEX triplet: D0, 66 and EA. RGB value is (208,102,234). Sum of RGB (Red+Green+Blue) = 208+102+234=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #D066EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066EA is #2F9915. Grayscale: #949494. Windows color (decimal): -3119382 or 15361744. OLE color: 15361744.

HSL color Cylindrical-coordinate representation of color #D066EA: hue angle of 288.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D066EA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 102 234 -
CMYK 0.11 0.56 0 0.08
HSL 288.18º 0.76% 0.66% -
HSV(B) 288.18º 0.56% 0.92% -
XYZ 45.62 28.85 81.01 -
YUV 148.74 176.12 170.27 -
System Red Green Blue C M Y K H S L
Decimal 208 102 234 0.11 0.56 0 0.08 288.18 0.76 0.66
Hex D0 66 EA B 38 0 8 120 4C 42
Octal 320 146 352 13 70 0 10 440 114 102
Binary 11010000 1100110 11101010 1011 111000 0 1000 100100000 1001100 1000010

Color Harmonies of #D066EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066EA

Black with #D066EA

Text Example


Text Example

White with #D066EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066EA; }

 p { color: rgb(208,102,234); }

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

background-color css

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

 a { background-color: rgb(208,102,234); }

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

border-color css

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

 span { border-color: rgb(208,102,234); }

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