Shades of Heliotrope #D968F9
Tints of Heliotrope #D968F9
RGB
CMYK
RGB Variations
Color information
#D968F9 (or 0xD968F9) is known color: Heliotrope. HEX triplet: D9, 68 and F9. RGB value is (217,104,249). Sum of RGB (Red+Green+Blue) = 217+104+249=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #D968F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D968F9 is #269706. Grayscale: #999999. Windows color (decimal): -2529031 or 16345305. OLE color: 16345305.
HSL color Cylindrical-coordinate representation of color #D968F9: hue angle of 286.76º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D968F9 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 104 | 249 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.02 |
| HSL | 286.76º | 0.92% | 0.69% | - |
| HSV(B) | 286.76º | 0.58% | 0.98% | - |
| XYZ | 50.66 | 31.49 | 93.03 | - |
| YUV | 154.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 249 | 0.13 | 0.58 | 0 | 0.02 | 286.76 | 0.92 | 0.69 |
| Hex | D9 | 68 | F9 | D | 3A | 0 | 2 | 11F | 5C | 45 |
| Octal | 331 | 150 | 371 | 15 | 72 | 0 | 2 | 437 | 134 | 105 |
| Binary | 11011001 | 1101000 | 11111001 | 1101 | 111010 | 0 | 10 | 100011111 | 1011100 | 1000101 |
Color Harmonies of #D968F9
Complementary color
Monochromatic Colors of #D968F9
Black with #D968F9
Text Example
Text Example
White with #D968F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D968F9; }
p { color: rgb(217,104,249); }
H1.HeaderClassName
{
color: #D968F9;
}
.AnyTagClassName
{
color: #D968F9;
}
</style>
background-color css
<style>
a { background-color: #D968F9; }
a { background-color: rgb(217,104,249); }
div.DivClassName
{
background-color: #D968F9;
}
.BgClassName
{
background-color: #D968F9;
}
</style>
border-color css
<style>
span { border-color: #D968F9; }
span { border-color: rgb(217,104,249); }
td.TdClassName
{
border-color: #D968F9;
}
.TagClassName
{
border-color: #D968F9;
}
</style>