Html Css Color HEX #D96DF9 Heliotrope

📋 copy color: '#D96DF9'

red 217 ◦ green 109 ◦ blue 249

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

Shades of Heliotrope #D96DF9

Tints of Heliotrope #D96DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.3%

R = 37.74%
G = 18.96%
B = 43.3%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D96DF9 (or 0xD96DF9) is known color: Heliotrope. HEX triplet: D9, 6D and F9. RGB value is (217,109,249). Sum of RGB (Red+Green+Blue) = 217+109+249=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 109 (42.97% from 255 or 18.96% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #D96DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96DF9 is #269206. Grayscale: #9C9C9C. Windows color (decimal): -2527751 or 16346585. OLE color: 16346585.

HSL color Cylindrical-coordinate representation of color #D96DF9: hue angle of 286.29º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96DF9 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 109 249 -
CMYK 0.13 0.56 0 0.02
HSL 286.29º 0.92% 0.7% -
HSV(B) 286.29º 0.56% 0.98% -
XYZ 51.18 32.53 93.2 -
YUV 157.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 217 109 249 0.13 0.56 0 0.02 286.29 0.92 0.7
Hex D9 6D F9 D 38 0 2 11E 5C 46
Octal 331 155 371 15 70 0 2 436 134 106
Binary 11011001 1101101 11111001 1101 111000 0 10 100011110 1011100 1000110

Color Harmonies of #D96DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DF9

Black with #D96DF9

Text Example


Text Example

White with #D96DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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