Shades of Heliotrope #D259FE
Tints of Heliotrope #D259FE
RGB
CMYK
RGB Variations
Color information
#D259FE (or 0xD259FE) is known color: Heliotrope. HEX triplet: D2, 59 and FE. RGB value is (210,89,254). Sum of RGB (Red+Green+Blue) = 210+89+254=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 89 (35.16% from 255 or 16.09% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #D259FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D259FE is #2DA601. Grayscale: #8F8F8F. Windows color (decimal): -2991618 or 16669138. OLE color: 16669138.
HSL color Cylindrical-coordinate representation of color #D259FE: hue angle of 284º 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 #D259FE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 89 | 254 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.00 |
| HSL | 284º | 0.99% | 0.67% | - |
| HSV(B) | 284º | 0.65% | 1% | - |
| XYZ | 48.04 | 28 | 96.64 | - |
| YUV | 143.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 254 | 0.17 | 0.65 | 0 | 0.00 | 284 | 0.99 | 0.67 |
| Hex | D2 | 59 | FE | 11 | 41 | 0 | 0 | 11C | 63 | 43 |
| Octal | 322 | 131 | 376 | 21 | 101 | 0 | 0 | 434 | 143 | 103 |
| Binary | 11010010 | 1011001 | 11111110 | 10001 | 1000001 | 0 | 0 | 100011100 | 1100011 | 1000011 |
Color Harmonies of #D259FE
Complementary color
Monochromatic Colors of #D259FE
Black with #D259FE
Text Example
Text Example
White with #D259FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259FE; }
p { color: rgb(210,89,254); }
H1.HeaderClassName
{
color: #D259FE;
}
.AnyTagClassName
{
color: #D259FE;
}
</style>
background-color css
<style>
a { background-color: #D259FE; }
a { background-color: rgb(210,89,254); }
div.DivClassName
{
background-color: #D259FE;
}
.BgClassName
{
background-color: #D259FE;
}
</style>
border-color css
<style>
span { border-color: #D259FE; }
span { border-color: rgb(210,89,254); }
td.TdClassName
{
border-color: #D259FE;
}
.TagClassName
{
border-color: #D259FE;
}
</style>