Shades of Heliotrope #D059F8
Tints of Heliotrope #D059F8
RGB
CMYK
RGB Variations
Color information
#D059F8 (or 0xD059F8) is known color: Heliotrope. HEX triplet: D0, 59 and F8. RGB value is (208,89,248). Sum of RGB (Red+Green+Blue) = 208+89+248=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #D059F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059F8 is #2FA607. Grayscale: #8E8E8E. Windows color (decimal): -3122696 or 16275920. OLE color: 16275920.
HSL color Cylindrical-coordinate representation of color #D059F8: hue angle of 284.91º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D059F8 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 89 | 248 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.03 |
| HSL | 284.91º | 0.92% | 0.66% | - |
| HSV(B) | 284.91º | 0.64% | 0.97% | - |
| XYZ | 46.53 | 27.33 | 91.63 | - |
| YUV | 142.71 | 187.42 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 248 | 0.16 | 0.64 | 0 | 0.03 | 284.91 | 0.92 | 0.66 |
| Hex | D0 | 59 | F8 | 10 | 40 | 0 | 3 | 11D | 5C | 42 |
| Octal | 320 | 131 | 370 | 20 | 100 | 0 | 3 | 435 | 134 | 102 |
| Binary | 11010000 | 1011001 | 11111000 | 10000 | 1000000 | 0 | 11 | 100011101 | 1011100 | 1000010 |
Color Harmonies of #D059F8
Complementary color
Monochromatic Colors of #D059F8
Black with #D059F8
Text Example
Text Example
White with #D059F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059F8; }
p { color: rgb(208,89,248); }
H1.HeaderClassName
{
color: #D059F8;
}
.AnyTagClassName
{
color: #D059F8;
}
</style>
background-color css
<style>
a { background-color: #D059F8; }
a { background-color: rgb(208,89,248); }
div.DivClassName
{
background-color: #D059F8;
}
.BgClassName
{
background-color: #D059F8;
}
</style>
border-color css
<style>
span { border-color: #D059F8; }
span { border-color: rgb(208,89,248); }
td.TdClassName
{
border-color: #D059F8;
}
.TagClassName
{
border-color: #D059F8;
}
</style>