Shades of Heliotrope #D959FE
Tints of Heliotrope #D959FE
RGB
CMYK
RGB Variations
Color information
#D959FE (or 0xD959FE) is known color: Heliotrope. HEX triplet: D9, 59 and FE. RGB value is (217,89,254). Sum of RGB (Red+Green+Blue) = 217+89+254=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #D959FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D959FE is #26A601. Grayscale: #919191. Windows color (decimal): -2532866 or 16669145. OLE color: 16669145.
HSL color Cylindrical-coordinate representation of color #D959FE: hue angle of 286.55º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D959FE is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 89 | 254 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.00 |
| HSL | 286.55º | 0.99% | 0.67% | - |
| HSV(B) | 286.55º | 0.65% | 1% | - |
| XYZ | 50.08 | 29.05 | 96.73 | - |
| YUV | 146.08 | 188.91 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 254 | 0.15 | 0.65 | 0 | 0.00 | 286.55 | 0.99 | 0.67 |
| Hex | D9 | 59 | FE | F | 41 | 0 | 0 | 11F | 63 | 43 |
| Octal | 331 | 131 | 376 | 17 | 101 | 0 | 0 | 437 | 143 | 103 |
| Binary | 11011001 | 1011001 | 11111110 | 1111 | 1000001 | 0 | 0 | 100011111 | 1100011 | 1000011 |
Color Harmonies of #D959FE
Complementary color
Monochromatic Colors of #D959FE
Black with #D959FE
Text Example
Text Example
White with #D959FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959FE; }
p { color: rgb(217,89,254); }
H1.HeaderClassName
{
color: #D959FE;
}
.AnyTagClassName
{
color: #D959FE;
}
</style>
background-color css
<style>
a { background-color: #D959FE; }
a { background-color: rgb(217,89,254); }
div.DivClassName
{
background-color: #D959FE;
}
.BgClassName
{
background-color: #D959FE;
}
</style>
border-color css
<style>
span { border-color: #D959FE; }
span { border-color: rgb(217,89,254); }
td.TdClassName
{
border-color: #D959FE;
}
.TagClassName
{
border-color: #D959FE;
}
</style>