Html Css Color HEX #D66EEF Heliotrope

📋 copy color: '#D66EEF'

red 214 ◦ green 110 ◦ blue 239

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

Shades of Heliotrope #D66EEF

Tints of Heliotrope #D66EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.45%

R = 38.01%
G = 19.54%
B = 42.45%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D66EEF (or 0xD66EEF) is known color: Heliotrope. HEX triplet: D6, 6E and EF. RGB value is (214,110,239). Sum of RGB (Red+Green+Blue) = 214+110+239=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #D66EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EEF is #299110. Grayscale: #9B9B9B. Windows color (decimal): -2724113 or 15691478. OLE color: 15691478.

HSL color Cylindrical-coordinate representation of color #D66EEF: hue angle of 288.37º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66EEF is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 110 239 -
CMYK 0.10 0.54 0 0.06
HSL 288.37º 0.8% 0.68% -
HSV(B) 288.37º 0.54% 0.94% -
XYZ 48.89 31.68 85.2 -
YUV 155.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 214 110 239 0.10 0.54 0 0.06 288.37 0.8 0.68
Hex D6 6E EF A 36 0 6 120 50 44
Octal 326 156 357 12 66 0 6 440 120 104
Binary 11010110 1101110 11101111 1010 110110 0 110 100100000 1010000 1000100

Color Harmonies of #D66EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EEF

Black with #D66EEF

Text Example


Text Example

White with #D66EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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