Html Css Color HEX #D96DFC Heliotrope

📋 copy color: '#D96DFC'

red 217 ◦ green 109 ◦ blue 252

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

Shades of Heliotrope #D96DFC

Tints of Heliotrope #D96DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 37.54%
G = 18.86%
B = 43.6%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D96DFC (or 0xD96DFC) is known color: Heliotrope. HEX triplet: D9, 6D and FC. RGB value is (217,109,252). Sum of RGB (Red+Green+Blue) = 217+109+252=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 109 (42.97% from 255 or 18.86% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #D96DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96DFC is #269203. Grayscale: #9D9D9D. Windows color (decimal): -2527748 or 16543193. OLE color: 16543193.

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

Color convert

RGB 217 109 252 -
CMYK 0.14 0.57 0 0.01
HSL 285.31º 0.96% 0.71% -
HSV(B) 285.31º 0.57% 0.99% -
XYZ 51.65 32.72 95.69 -
YUV 157.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 217 109 252 0.14 0.57 0 0.01 285.31 0.96 0.71
Hex D9 6D FC E 39 0 1 11D 60 47
Octal 331 155 374 16 71 0 1 435 140 107
Binary 11011001 1101101 11111100 1110 111001 0 1 100011101 1100000 1000111

Color Harmonies of #D96DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DFC

Black with #D96DFC

Text Example


Text Example

White with #D96DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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