Html Css Color HEX #D66EEB Heliotrope

📋 copy color: '#D66EEB'

red 214 ◦ green 110 ◦ blue 235

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

Shades of Heliotrope #D66EEB

Tints of Heliotrope #D66EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.04%

R = 38.28%
G = 19.68%
B = 42.04%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D66EEB (or 0xD66EEB) is known color: Heliotrope. HEX triplet: D6, 6E and EB. RGB value is (214,110,235). Sum of RGB (Red+Green+Blue) = 214+110+235=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #D66EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EEB is #299114. Grayscale: #9A9A9A. Windows color (decimal): -2724117 or 15429334. OLE color: 15429334.

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

Color convert

RGB 214 110 235 -
CMYK 0.09 0.53 0 0.08
HSL 289.92º 0.76% 0.68% -
HSV(B) 289.92º 0.53% 0.92% -
XYZ 48.3 31.45 82.12 -
YUV 155.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 214 110 235 0.09 0.53 0 0.08 289.92 0.76 0.68
Hex D6 6E EB 9 35 0 8 122 4C 44
Octal 326 156 353 11 65 0 10 442 114 104
Binary 11010110 1101110 11101011 1001 110101 0 1000 100100010 1001100 1000100

Color Harmonies of #D66EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EEB

Black with #D66EEB

Text Example


Text Example

White with #D66EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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