Html Css Color HEX #D66EEC Heliotrope

📋 copy color: '#D66EEC'

red 214 ◦ green 110 ◦ blue 236

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

Shades of Heliotrope #D66EEC

Tints of Heliotrope #D66EEC

RGB

 RED value IS 214 (83.98% from 255) = 38.21%

 GREEN value IS 110 (43.36% from 255) = 19.64%

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 38.21%
G = 19.64%
B = 42.14%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D66EEC (or 0xD66EEC) is known color: Heliotrope. HEX triplet: D6, 6E and EC. RGB value is (214,110,236). Sum of RGB (Red+Green+Blue) = 214+110+236=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #D66EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EEC is #299113. Grayscale: #9B9B9B. Windows color (decimal): -2724116 or 15494870. OLE color: 15494870.

HSL color Cylindrical-coordinate representation of color #D66EEC: hue angle of 289.52º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66EEC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 110 236 -
CMYK 0.09 0.53 0 0.07
HSL 289.52º 0.77% 0.68% -
HSV(B) 289.52º 0.53% 0.93% -
XYZ 48.45 31.5 82.88 -
YUV 155.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 214 110 236 0.09 0.53 0 0.07 289.52 0.77 0.68
Hex D6 6E EC 9 35 0 7 122 4D 44
Octal 326 156 354 11 65 0 7 442 115 104
Binary 11010110 1101110 11101100 1001 110101 0 111 100100010 1001101 1000100

Color Harmonies of #D66EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EEC

Black with #D66EEC

Text Example


Text Example

White with #D66EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EEC; }

 p { color: rgb(214,110,236); }

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

background-color css

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

 a { background-color: rgb(214,110,236); }

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

border-color css

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

 span { border-color: rgb(214,110,236); }

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