Shades of Heliotrope #D259FC
Tints of Heliotrope #D259FC
RGB
CMYK
RGB Variations
Color information
#D259FC (or 0xD259FC) is known color: Heliotrope. HEX triplet: D2, 59 and FC. RGB value is (210,89,252). Sum of RGB (Red+Green+Blue) = 210+89+252=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #D259FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D259FC is #2DA603. Grayscale: #8F8F8F. Windows color (decimal): -2991620 or 16538066. OLE color: 16538066.
HSL color Cylindrical-coordinate representation of color #D259FC: hue angle of 284.54º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D259FC is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 89 | 252 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.01 |
| HSL | 284.54º | 0.96% | 0.67% | - |
| HSV(B) | 284.54º | 0.65% | 0.99% | - |
| XYZ | 47.72 | 27.87 | 94.96 | - |
| YUV | 143.76 | 189.09 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 252 | 0.17 | 0.65 | 0 | 0.01 | 284.54 | 0.96 | 0.67 |
| Hex | D2 | 59 | FC | 11 | 41 | 0 | 1 | 11D | 60 | 43 |
| Octal | 322 | 131 | 374 | 21 | 101 | 0 | 1 | 435 | 140 | 103 |
| Binary | 11010010 | 1011001 | 11111100 | 10001 | 1000001 | 0 | 1 | 100011101 | 1100000 | 1000011 |
Color Harmonies of #D259FC
Complementary color
Monochromatic Colors of #D259FC
Black with #D259FC
Text Example
Text Example
White with #D259FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259FC; }
p { color: rgb(210,89,252); }
H1.HeaderClassName
{
color: #D259FC;
}
.AnyTagClassName
{
color: #D259FC;
}
</style>
background-color css
<style>
a { background-color: #D259FC; }
a { background-color: rgb(210,89,252); }
div.DivClassName
{
background-color: #D259FC;
}
.BgClassName
{
background-color: #D259FC;
}
</style>
border-color css
<style>
span { border-color: #D259FC; }
span { border-color: rgb(210,89,252); }
td.TdClassName
{
border-color: #D259FC;
}
.TagClassName
{
border-color: #D259FC;
}
</style>