Shades of Heliotrope #D258FA
Tints of Heliotrope #D258FA
RGB
CMYK
RGB Variations
Color information
#D258FA (or 0xD258FA) is known color: Heliotrope. HEX triplet: D2, 58 and FA. RGB value is (210,88,250). Sum of RGB (Red+Green+Blue) = 210+88+250=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #D258FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D258FA is #2DA705. Grayscale: #8E8E8E. Windows color (decimal): -2991878 or 16406738. OLE color: 16406738.
HSL color Cylindrical-coordinate representation of color #D258FA: hue angle of 285.19º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D258FA is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 88 | 250 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.02 |
| HSL | 285.19º | 0.94% | 0.66% | - |
| HSV(B) | 285.19º | 0.65% | 0.98% | - |
| XYZ | 47.32 | 27.58 | 93.27 | - |
| YUV | 142.95 | 188.42 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 250 | 0.16 | 0.65 | 0 | 0.02 | 285.19 | 0.94 | 0.66 |
| Hex | D2 | 58 | FA | 10 | 41 | 0 | 2 | 11D | 5E | 42 |
| Octal | 322 | 130 | 372 | 20 | 101 | 0 | 2 | 435 | 136 | 102 |
| Binary | 11010010 | 1011000 | 11111010 | 10000 | 1000001 | 0 | 10 | 100011101 | 1011110 | 1000010 |
Color Harmonies of #D258FA
Complementary color
Monochromatic Colors of #D258FA
Black with #D258FA
Text Example
Text Example
White with #D258FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258FA; }
p { color: rgb(210,88,250); }
H1.HeaderClassName
{
color: #D258FA;
}
.AnyTagClassName
{
color: #D258FA;
}
</style>
background-color css
<style>
a { background-color: #D258FA; }
a { background-color: rgb(210,88,250); }
div.DivClassName
{
background-color: #D258FA;
}
.BgClassName
{
background-color: #D258FA;
}
</style>
border-color css
<style>
span { border-color: #D258FA; }
span { border-color: rgb(210,88,250); }
td.TdClassName
{
border-color: #D258FA;
}
.TagClassName
{
border-color: #D258FA;
}
</style>