Html Css Color HEX #D96EEF Heliotrope

📋 copy color: '#D96EEF'

red 217 ◦ green 110 ◦ blue 239

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

Shades of Heliotrope #D96EEF

Tints of Heliotrope #D96EEF

RGB

 RED value IS 217 (85.16% from 255) = 38.34%

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

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

R = 38.34%
G = 19.43%
B = 42.23%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D96EEF (or 0xD96EEF) is known color: Heliotrope. HEX triplet: D9, 6E and EF. RGB value is (217,110,239). Sum of RGB (Red+Green+Blue) = 217+110+239=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #D96EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EEF is #269110. Grayscale: #9C9C9C. Windows color (decimal): -2527505 or 15691481. OLE color: 15691481.

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

Color convert

RGB 217 110 239 -
CMYK 0.09 0.54 0 0.06
HSL 289.77º 0.8% 0.68% -
HSV(B) 289.77º 0.54% 0.94% -
XYZ 49.77 32.14 85.24 -
YUV 156.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 217 110 239 0.09 0.54 0 0.06 289.77 0.8 0.68
Hex D9 6E EF 9 36 0 6 122 50 44
Octal 331 156 357 11 66 0 6 442 120 104
Binary 11011001 1101110 11101111 1001 110110 0 110 100100010 1010000 1000100

Color Harmonies of #D96EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EEF

Black with #D96EEF

Text Example


Text Example

White with #D96EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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