Shades of Heliotrope #D968F3
Tints of Heliotrope #D968F3
RGB
CMYK
RGB Variations
Color information
#D968F3 (or 0xD968F3) is known color: Heliotrope. HEX triplet: D9, 68 and F3. RGB value is (217,104,243). Sum of RGB (Red+Green+Blue) = 217+104+243=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #D968F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D968F3 is #26970C. Grayscale: #999999. Windows color (decimal): -2529037 or 15952089. OLE color: 15952089.
HSL color Cylindrical-coordinate representation of color #D968F3: hue angle of 288.78º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D968F3 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 104 | 243 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.05 |
| HSL | 288.78º | 0.85% | 0.68% | - |
| HSV(B) | 288.78º | 0.57% | 0.95% | - |
| XYZ | 49.74 | 31.12 | 88.18 | - |
| YUV | 153.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 243 | 0.11 | 0.57 | 0 | 0.05 | 288.78 | 0.85 | 0.68 |
| Hex | D9 | 68 | F3 | B | 39 | 0 | 5 | 121 | 55 | 44 |
| Octal | 331 | 150 | 363 | 13 | 71 | 0 | 5 | 441 | 125 | 104 |
| Binary | 11011001 | 1101000 | 11110011 | 1011 | 111001 | 0 | 101 | 100100001 | 1010101 | 1000100 |
Color Harmonies of #D968F3
Complementary color
Monochromatic Colors of #D968F3
Black with #D968F3
Text Example
Text Example
White with #D968F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D968F3; }
p { color: rgb(217,104,243); }
H1.HeaderClassName
{
color: #D968F3;
}
.AnyTagClassName
{
color: #D968F3;
}
</style>
background-color css
<style>
a { background-color: #D968F3; }
a { background-color: rgb(217,104,243); }
div.DivClassName
{
background-color: #D968F3;
}
.BgClassName
{
background-color: #D968F3;
}
</style>
border-color css
<style>
span { border-color: #D968F3; }
span { border-color: rgb(217,104,243); }
td.TdClassName
{
border-color: #D968F3;
}
.TagClassName
{
border-color: #D968F3;
}
</style>