#D96DF6

Color #D96DF6 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D96DF6

Tints of Heliotrope #D96DF6

Color information

#D96DF6 (or 0xD96DF6) is unknown color: approx Heliotrope. HEX triplet: D9, 6D and F6. RGB value is (217,109,246). Sum of RGB (Red+Green+Blue) = 217+109+246=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 109 (42.97% from 255 or 19.06% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #D96DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96DF6 is #269209. Grayscale: #9C9C9C. Windows color (decimal): -2527754 or 16149977. OLE color: 16149977.

HSL color Cylindrical-coordinate representation of color #D96DF6: hue angle of 287.3º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96DF6 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217109246-
CMYK0.120.5600.04
HSL287.3º88.39%69.61%-
HSV(B)287.3º55.69%96.47%-
XYZ50.7232.3490.76-
YUV156.91178.28170.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 109 (42.97% from 255) = 19.06%
BLUE value IS 246 (96.48% from 255) = 43.01%
R=37.94%
G=19.06%
B=43.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2171092460.120.5600.04287.388.3969.61
HexD96DF6C380411f5846
Octal331155366147004437130106
Binary110110011101101111101101100111000010010001111110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DF6; }

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

 H1.HeaderClassName
 {
   color: #D96DF6;
 }
 .AnyTagClassName
 {
   color: #D96DF6;
 }
</style>
background-color css

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

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

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

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

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

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