Shades of Heliotrope #D558FE
Tints of Heliotrope #D558FE
RGB
CMYK
RGB Variations
Color information
#D558FE (or 0xD558FE) is known color: Heliotrope. HEX triplet: D5, 58 and FE. RGB value is (213,88,254). Sum of RGB (Red+Green+Blue) = 213+88+254=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 88 (34.77% from 255 or 15.86% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #D558FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D558FE is #2AA701. Grayscale: #8F8F8F. Windows color (decimal): -2795266 or 16668885. OLE color: 16668885.
HSL color Cylindrical-coordinate representation of color #D558FE: hue angle of 285.18º 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 #D558FE is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 88 | 254 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.00 |
| HSL | 285.18º | 0.99% | 0.67% | - |
| HSV(B) | 285.18º | 0.65% | 1% | - |
| XYZ | 48.82 | 28.28 | 96.65 | - |
| YUV | 144.3 | 189.91 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 254 | 0.16 | 0.65 | 0 | 0.00 | 285.18 | 0.99 | 0.67 |
| Hex | D5 | 58 | FE | 10 | 41 | 0 | 0 | 11D | 63 | 43 |
| Octal | 325 | 130 | 376 | 20 | 101 | 0 | 0 | 435 | 143 | 103 |
| Binary | 11010101 | 1011000 | 11111110 | 10000 | 1000001 | 0 | 0 | 100011101 | 1100011 | 1000011 |
Color Harmonies of #D558FE
Complementary color
Monochromatic Colors of #D558FE
Black with #D558FE
Text Example
Text Example
White with #D558FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558FE; }
p { color: rgb(213,88,254); }
H1.HeaderClassName
{
color: #D558FE;
}
.AnyTagClassName
{
color: #D558FE;
}
</style>
background-color css
<style>
a { background-color: #D558FE; }
a { background-color: rgb(213,88,254); }
div.DivClassName
{
background-color: #D558FE;
}
.BgClassName
{
background-color: #D558FE;
}
</style>
border-color css
<style>
span { border-color: #D558FE; }
span { border-color: rgb(213,88,254); }
td.TdClassName
{
border-color: #D558FE;
}
.TagClassName
{
border-color: #D558FE;
}
</style>