Html Css Color HEX #D66DEC Heliotrope

📋 copy color: '#D66DEC'

red 214 ◦ green 109 ◦ blue 236

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

Shades of Heliotrope #D66DEC

Tints of Heliotrope #D66DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.5%

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

R = 38.28%
G = 19.5%
B = 42.22%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D66DEC (or 0xD66DEC) is known color: Heliotrope. HEX triplet: D6, 6D and EC. RGB value is (214,109,236). Sum of RGB (Red+Green+Blue) = 214+109+236=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #D66DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66DEC is #299213. Grayscale: #9A9A9A. Windows color (decimal): -2724372 or 15494614. OLE color: 15494614.

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

Color convert

RGB 214 109 236 -
CMYK 0.09 0.54 0 0.07
HSL 289.61º 0.77% 0.68% -
HSV(B) 289.61º 0.54% 0.93% -
XYZ 48.34 31.29 82.85 -
YUV 154.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 214 109 236 0.09 0.54 0 0.07 289.61 0.77 0.68
Hex D6 6D EC 9 36 0 7 122 4D 44
Octal 326 155 354 11 66 0 7 442 115 104
Binary 11010110 1101101 11101100 1001 110110 0 111 100100010 1001101 1000100

Color Harmonies of #D66DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DEC

Black with #D66DEC

Text Example


Text Example

White with #D66DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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