Shades of Heliotrope #D258FF
Tints of Heliotrope #D258FF
RGB
CMYK
RGB Variations
Color information
#D258FF (or 0xD258FF) is known color: Heliotrope. HEX triplet: D2, 58 and FF. RGB value is (210,88,255). Sum of RGB (Red+Green+Blue) = 210+88+255=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #D258FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D258FF is #2DA700. Grayscale: #8E8E8E. Windows color (decimal): -2991873 or 16734418. OLE color: 16734418.
HSL color Cylindrical-coordinate representation of color #D258FF: hue angle of 283.83º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D258FF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 88 | 255 | - |
| CMYK | 0.18 | 0.65 | 0 | 0 |
| HSL | 283.83º | 1% | 0.67% | - |
| HSV(B) | 283.83º | 0.65% | 1% | - |
| XYZ | 48.12 | 27.9 | 97.46 | - |
| YUV | 143.52 | 190.92 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 255 | 0.18 | 0.65 | 0 | 0 | 283.83 | 1 | 0.67 |
| Hex | D2 | 58 | FF | 12 | 41 | 0 | 0 | 11C | 64 | 43 |
| Octal | 322 | 130 | 377 | 22 | 101 | 0 | 0 | 434 | 144 | 103 |
| Binary | 11010010 | 1011000 | 11111111 | 10010 | 1000001 | 0 | 0 | 100011100 | 1100100 | 1000011 |
Color Harmonies of #D258FF
Complementary color
Monochromatic Colors of #D258FF
Black with #D258FF
Text Example
Text Example
White with #D258FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258FF; }
p { color: rgb(210,88,255); }
H1.HeaderClassName
{
color: #D258FF;
}
.AnyTagClassName
{
color: #D258FF;
}
</style>
background-color css
<style>
a { background-color: #D258FF; }
a { background-color: rgb(210,88,255); }
div.DivClassName
{
background-color: #D258FF;
}
.BgClassName
{
background-color: #D258FF;
}
</style>
border-color css
<style>
span { border-color: #D258FF; }
span { border-color: rgb(210,88,255); }
td.TdClassName
{
border-color: #D258FF;
}
.TagClassName
{
border-color: #D258FF;
}
</style>