Html Css Color HEX #D066ED Heliotrope

📋 copy color: '#D066ED'

red 208 ◦ green 102 ◦ blue 237

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

Shades of Heliotrope #D066ED

Tints of Heliotrope #D066ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 38.03%
G = 18.65%
B = 43.33%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D066ED (or 0xD066ED) is known color: Heliotrope. HEX triplet: D0, 66 and ED. RGB value is (208,102,237). Sum of RGB (Red+Green+Blue) = 208+102+237=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #D066ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066ED is #2F9912. Grayscale: #949494. Windows color (decimal): -3119379 or 15558352. OLE color: 15558352.

HSL color Cylindrical-coordinate representation of color #D066ED: hue angle of 287.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D066ED is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 102 237 -
CMYK 0.12 0.57 0 0.07
HSL 287.11º 0.79% 0.66% -
HSV(B) 287.11º 0.57% 0.93% -
XYZ 46.05 29.03 83.3 -
YUV 149.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 208 102 237 0.12 0.57 0 0.07 287.11 0.79 0.66
Hex D0 66 ED C 39 0 7 11F 4F 42
Octal 320 146 355 14 71 0 7 437 117 102
Binary 11010000 1100110 11101101 1100 111001 0 111 100011111 1001111 1000010

Color Harmonies of #D066ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066ED

Black with #D066ED

Text Example


Text Example

White with #D066ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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