Shades of Heliotrope #D968F5
Tints of Heliotrope #D968F5
RGB
CMYK
RGB Variations
Color information
#D968F5 (or 0xD968F5) is known color: Heliotrope. HEX triplet: D9, 68 and F5. RGB value is (217,104,245). Sum of RGB (Red+Green+Blue) = 217+104+245=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #D968F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D968F5 is #26970A. Grayscale: #999999. Windows color (decimal): -2529035 or 16083161. OLE color: 16083161.
HSL color Cylindrical-coordinate representation of color #D968F5: hue angle of 288.09º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D968F5 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 104 | 245 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.04 |
| HSL | 288.09º | 0.88% | 0.68% | - |
| HSV(B) | 288.09º | 0.58% | 0.96% | - |
| XYZ | 50.05 | 31.24 | 89.78 | - |
| YUV | 153.86 | 179.44 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 245 | 0.11 | 0.58 | 0 | 0.04 | 288.09 | 0.88 | 0.68 |
| Hex | D9 | 68 | F5 | B | 3A | 0 | 4 | 120 | 58 | 44 |
| Octal | 331 | 150 | 365 | 13 | 72 | 0 | 4 | 440 | 130 | 104 |
| Binary | 11011001 | 1101000 | 11110101 | 1011 | 111010 | 0 | 100 | 100100000 | 1011000 | 1000100 |
Color Harmonies of #D968F5
Complementary color
Monochromatic Colors of #D968F5
Black with #D968F5
Text Example
Text Example
White with #D968F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D968F5; }
p { color: rgb(217,104,245); }
H1.HeaderClassName
{
color: #D968F5;
}
.AnyTagClassName
{
color: #D968F5;
}
</style>
background-color css
<style>
a { background-color: #D968F5; }
a { background-color: rgb(217,104,245); }
div.DivClassName
{
background-color: #D968F5;
}
.BgClassName
{
background-color: #D968F5;
}
</style>
border-color css
<style>
span { border-color: #D968F5; }
span { border-color: rgb(217,104,245); }
td.TdClassName
{
border-color: #D968F5;
}
.TagClassName
{
border-color: #D968F5;
}
</style>