Html Css Color HEX #D96FEB Heliotrope

📋 copy color: '#D96FEB'

red 217 ◦ green 111 ◦ blue 235

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

Shades of Heliotrope #D96FEB

Tints of Heliotrope #D96FEB

RGB

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

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

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

R = 38.54%
G = 19.72%
B = 41.74%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D96FEB (or 0xD96FEB) is known color: Heliotrope. HEX triplet: D9, 6F and EB. RGB value is (217,111,235). Sum of RGB (Red+Green+Blue) = 217+111+235=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #D96FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FEB is #269014. Grayscale: #9C9C9C. Windows color (decimal): -2527253 or 15429593. OLE color: 15429593.

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

Color convert

RGB 217 111 235 -
CMYK 0.08 0.53 0 0.08
HSL 291.29º 0.76% 0.68% -
HSV(B) 291.29º 0.53% 0.92% -
XYZ 49.3 32.12 82.2 -
YUV 156.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 217 111 235 0.08 0.53 0 0.08 291.29 0.76 0.68
Hex D9 6F EB 8 35 0 8 123 4C 44
Octal 331 157 353 10 65 0 10 443 114 104
Binary 11011001 1101111 11101011 1000 110101 0 1000 100100011 1001100 1000100

Color Harmonies of #D96FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FEB

Black with #D96FEB

Text Example


Text Example

White with #D96FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FEB; }

 p { color: rgb(217,111,235); }

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

background-color css

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

 a { background-color: rgb(217,111,235); }

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

border-color css

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

 span { border-color: rgb(217,111,235); }

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