Html Css Color HEX #D96DED Heliotrope

📋 copy color: '#D96DED'

red 217 ◦ green 109 ◦ blue 237

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

Shades of Heliotrope #D96DED

Tints of Heliotrope #D96DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 38.54%
G = 19.36%
B = 42.1%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D96DED (or 0xD96DED) is known color: Heliotrope. HEX triplet: D9, 6D and ED. RGB value is (217,109,237). Sum of RGB (Red+Green+Blue) = 217+109+237=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #D96DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96DED is #269212. Grayscale: #9B9B9B. Windows color (decimal): -2527763 or 15560153. OLE color: 15560153.

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

Color convert

RGB 217 109 237 -
CMYK 0.08 0.54 0 0.07
HSL 290.63º 0.78% 0.68% -
HSV(B) 290.63º 0.54% 0.93% -
XYZ 49.37 31.8 83.66 -
YUV 155.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 217 109 237 0.08 0.54 0 0.07 290.63 0.78 0.68
Hex D9 6D ED 8 36 0 7 123 4E 44
Octal 331 155 355 10 66 0 7 443 116 104
Binary 11011001 1101101 11101101 1000 110110 0 111 100100011 1001110 1000100

Color Harmonies of #D96DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DED

Black with #D96DED

Text Example


Text Example

White with #D96DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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