Shades of Heliotrope #D558FF
Tints of Heliotrope #D558FF
RGB
CMYK
RGB Variations
Color information
#D558FF (or 0xD558FF) is known color: Heliotrope. HEX triplet: D5, 58 and FF. RGB value is (213,88,255). Sum of RGB (Red+Green+Blue) = 213+88+255=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #D558FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D558FF is #2AA700. Grayscale: #8F8F8F. Windows color (decimal): -2795265 or 16734421. OLE color: 16734421.
HSL color Cylindrical-coordinate representation of color #D558FF: hue angle of 284.91º 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 #D558FF is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 88 | 255 | - |
| CMYK | 0.16 | 0.65 | 0 | 0 |
| HSL | 284.91º | 1% | 0.67% | - |
| HSV(B) | 284.91º | 0.65% | 1% | - |
| XYZ | 48.98 | 28.35 | 97.5 | - |
| YUV | 144.41 | 190.41 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 255 | 0.16 | 0.65 | 0 | 0 | 284.91 | 1 | 0.67 |
| Hex | D5 | 58 | FF | 10 | 41 | 0 | 0 | 11D | 64 | 43 |
| Octal | 325 | 130 | 377 | 20 | 101 | 0 | 0 | 435 | 144 | 103 |
| Binary | 11010101 | 1011000 | 11111111 | 10000 | 1000001 | 0 | 0 | 100011101 | 1100100 | 1000011 |
Color Harmonies of #D558FF
Complementary color
Monochromatic Colors of #D558FF
Black with #D558FF
Text Example
Text Example
White with #D558FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558FF; }
p { color: rgb(213,88,255); }
H1.HeaderClassName
{
color: #D558FF;
}
.AnyTagClassName
{
color: #D558FF;
}
</style>
background-color css
<style>
a { background-color: #D558FF; }
a { background-color: rgb(213,88,255); }
div.DivClassName
{
background-color: #D558FF;
}
.BgClassName
{
background-color: #D558FF;
}
</style>
border-color css
<style>
span { border-color: #D558FF; }
span { border-color: rgb(213,88,255); }
td.TdClassName
{
border-color: #D558FF;
}
.TagClassName
{
border-color: #D558FF;
}
</style>