Html Css Color HEX #D66FEC Heliotrope

📋 copy color: '#D66FEC'

red 214 ◦ green 111 ◦ blue 236

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

Shades of Heliotrope #D66FEC

Tints of Heliotrope #D66FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.79%

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

R = 38.15%
G = 19.79%
B = 42.07%

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

#D66FEC (or 0xD66FEC) is known color: Heliotrope. HEX triplet: D6, 6F and EC. RGB value is (214,111,236). Sum of RGB (Red+Green+Blue) = 214+111+236=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #D66FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66FEC is #299013. Grayscale: #9B9B9B. Windows color (decimal): -2723860 or 15495126. OLE color: 15495126.

HSL color Cylindrical-coordinate representation of color #D66FEC: hue angle of 289.44º 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 #D66FEC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 111 236 -
CMYK 0.09 0.53 0 0.07
HSL 289.44º 0.77% 0.68% -
HSV(B) 289.44º 0.53% 0.93% -
XYZ 48.56 31.72 82.92 -
YUV 156.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 214 111 236 0.09 0.53 0 0.07 289.44 0.77 0.68
Hex D6 6F EC 9 35 0 7 121 4D 44
Octal 326 157 354 11 65 0 7 441 115 104
Binary 11010110 1101111 11101100 1001 110101 0 111 100100001 1001101 1000100

Color Harmonies of #D66FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FEC

Black with #D66FEC

Text Example


Text Example

White with #D66FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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