Shades of Heliotrope #D258FE
Tints of Heliotrope #D258FE
RGB
CMYK
RGB Variations
Color information
#D258FE (or 0xD258FE) is known color: Heliotrope. HEX triplet: D2, 58 and FE. RGB value is (210,88,254). Sum of RGB (Red+Green+Blue) = 210+88+254=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #D258FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D258FE is #2DA701. Grayscale: #8E8E8E. Windows color (decimal): -2991874 or 16668882. OLE color: 16668882.
HSL color Cylindrical-coordinate representation of color #D258FE: hue angle of 284.1º 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 #D258FE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 88 | 254 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.00 |
| HSL | 284.1º | 0.99% | 0.67% | - |
| HSV(B) | 284.1º | 0.65% | 1% | - |
| XYZ | 47.96 | 27.84 | 96.61 | - |
| YUV | 143.4 | 190.42 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 254 | 0.17 | 0.65 | 0 | 0.00 | 284.1 | 0.99 | 0.67 |
| Hex | D2 | 58 | FE | 11 | 41 | 0 | 0 | 11C | 63 | 43 |
| Octal | 322 | 130 | 376 | 21 | 101 | 0 | 0 | 434 | 143 | 103 |
| Binary | 11010010 | 1011000 | 11111110 | 10001 | 1000001 | 0 | 0 | 100011100 | 1100011 | 1000011 |
Color Harmonies of #D258FE
Complementary color
Monochromatic Colors of #D258FE
Black with #D258FE
Text Example
Text Example
White with #D258FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258FE; }
p { color: rgb(210,88,254); }
H1.HeaderClassName
{
color: #D258FE;
}
.AnyTagClassName
{
color: #D258FE;
}
</style>
background-color css
<style>
a { background-color: #D258FE; }
a { background-color: rgb(210,88,254); }
div.DivClassName
{
background-color: #D258FE;
}
.BgClassName
{
background-color: #D258FE;
}
</style>
border-color css
<style>
span { border-color: #D258FE; }
span { border-color: rgb(210,88,254); }
td.TdClassName
{
border-color: #D258FE;
}
.TagClassName
{
border-color: #D258FE;
}
</style>