Html Css Color HEX #D96EEE Heliotrope

📋 copy color: '#D96EEE'

red 217 ◦ green 110 ◦ blue 238

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

Shades of Heliotrope #D96EEE

Tints of Heliotrope #D96EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 38.41%
G = 19.47%
B = 42.12%

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

#D96EEE (or 0xD96EEE) is known color: Heliotrope. HEX triplet: D9, 6E and EE. RGB value is (217,110,238). Sum of RGB (Red+Green+Blue) = 217+110+238=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #D96EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96EEE is #269111. Grayscale: #9C9C9C. Windows color (decimal): -2527506 or 15625945. OLE color: 15625945.

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

Color convert

RGB 217 110 238 -
CMYK 0.09 0.54 0 0.07
HSL 290.16º 0.79% 0.68% -
HSV(B) 290.16º 0.54% 0.93% -
XYZ 49.62 32.08 84.46 -
YUV 156.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 217 110 238 0.09 0.54 0 0.07 290.16 0.79 0.68
Hex D9 6E EE 9 36 0 7 122 4F 44
Octal 331 156 356 11 66 0 7 442 117 104
Binary 11011001 1101110 11101110 1001 110110 0 111 100100010 1001111 1000100

Color Harmonies of #D96EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EEE

Black with #D96EEE

Text Example


Text Example

White with #D96EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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