Shades of Heliotrope #D459FA
Tints of Heliotrope #D459FA
RGB
CMYK
RGB Variations
Color information
#D459FA (or 0xD459FA) is known color: Heliotrope. HEX triplet: D4, 59 and FA. RGB value is (212,89,250). Sum of RGB (Red+Green+Blue) = 212+89+250=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #D459FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D459FA is #2BA605. Grayscale: #8F8F8F. Windows color (decimal): -2860550 or 16406996. OLE color: 16406996.
HSL color Cylindrical-coordinate representation of color #D459FA: hue angle of 285.84º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D459FA is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 89 | 250 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.02 |
| HSL | 285.84º | 0.94% | 0.66% | - |
| HSV(B) | 285.84º | 0.64% | 0.98% | - |
| XYZ | 47.98 | 28.04 | 93.33 | - |
| YUV | 144.13 | 187.75 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 250 | 0.15 | 0.64 | 0 | 0.02 | 285.84 | 0.94 | 0.66 |
| Hex | D4 | 59 | FA | F | 40 | 0 | 2 | 11E | 5E | 42 |
| Octal | 324 | 131 | 372 | 17 | 100 | 0 | 2 | 436 | 136 | 102 |
| Binary | 11010100 | 1011001 | 11111010 | 1111 | 1000000 | 0 | 10 | 100011110 | 1011110 | 1000010 |
Color Harmonies of #D459FA
Complementary color
Monochromatic Colors of #D459FA
Black with #D459FA
Text Example
Text Example
White with #D459FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D459FA; }
p { color: rgb(212,89,250); }
H1.HeaderClassName
{
color: #D459FA;
}
.AnyTagClassName
{
color: #D459FA;
}
</style>
background-color css
<style>
a { background-color: #D459FA; }
a { background-color: rgb(212,89,250); }
div.DivClassName
{
background-color: #D459FA;
}
.BgClassName
{
background-color: #D459FA;
}
</style>
border-color css
<style>
span { border-color: #D459FA; }
span { border-color: rgb(212,89,250); }
td.TdClassName
{
border-color: #D459FA;
}
.TagClassName
{
border-color: #D459FA;
}
</style>