Html Css Color HEX #D96DFB Heliotrope

📋 copy color: '#D96DFB'

red 217 ◦ green 109 ◦ blue 251

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

Shades of Heliotrope #D96DFB

Tints of Heliotrope #D96DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.89%

 BLUE value IS 251 (98.44% from 255) = 43.5%

R = 37.61%
G = 18.89%
B = 43.5%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D96DFB (or 0xD96DFB) is known color: Heliotrope. HEX triplet: D9, 6D and FB. RGB value is (217,109,251). Sum of RGB (Red+Green+Blue) = 217+109+251=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 109 (42.97% from 255 or 18.89% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #D96DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96DFB is #269204. Grayscale: #9D9D9D. Windows color (decimal): -2527749 or 16477657. OLE color: 16477657.

HSL color Cylindrical-coordinate representation of color #D96DFB: hue angle of 285.63º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D96DFB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 109 251 -
CMYK 0.14 0.57 0 0.02
HSL 285.63º 0.95% 0.71% -
HSV(B) 285.63º 0.57% 0.98% -
XYZ 51.5 32.65 94.86 -
YUV 157.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 217 109 251 0.14 0.57 0 0.02 285.63 0.95 0.71
Hex D9 6D FB E 39 0 2 11E 5F 47
Octal 331 155 373 16 71 0 2 436 137 107
Binary 11011001 1101101 11111011 1110 111001 0 10 100011110 1011111 1000111

Color Harmonies of #D96DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DFB

Black with #D96DFB

Text Example


Text Example

White with #D96DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DFB; }

 p { color: rgb(217,109,251); }

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

background-color css

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

 a { background-color: rgb(217,109,251); }

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

border-color css

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

 span { border-color: rgb(217,109,251); }

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