Shades of Heliotrope #D555FF
Tints of Heliotrope #D555FF
RGB
CMYK
RGB Variations
Color information
#D555FF (or 0xD555FF) is known color: Heliotrope. HEX triplet: D5, 55 and FF. RGB value is (213,85,255). Sum of RGB (Red+Green+Blue) = 213+85+255=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 85 (33.59% from 255 or 15.37% 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 #D555FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D555FF is #2AAA00. Grayscale: #8E8E8E. Windows color (decimal): -2796033 or 16733653. OLE color: 16733653.
HSL color Cylindrical-coordinate representation of color #D555FF: hue angle of 285.18º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D555FF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 85 | 255 | - |
| CMYK | 0.16 | 0.67 | 0 | 0 |
| HSL | 285.18º | 1% | 0.67% | - |
| HSV(B) | 285.18º | 0.67% | 1% | - |
| XYZ | 48.74 | 27.86 | 97.42 | - |
| YUV | 142.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 255 | 0.16 | 0.67 | 0 | 0 | 285.18 | 1 | 0.67 |
| Hex | D5 | 55 | FF | 10 | 43 | 0 | 0 | 11D | 64 | 43 |
| Octal | 325 | 125 | 377 | 20 | 103 | 0 | 0 | 435 | 144 | 103 |
| Binary | 11010101 | 1010101 | 11111111 | 10000 | 1000011 | 0 | 0 | 100011101 | 1100100 | 1000011 |
Color Harmonies of #D555FF
Complementary color
Monochromatic Colors of #D555FF
Black with #D555FF
Text Example
Text Example
White with #D555FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555FF; }
p { color: rgb(213,85,255); }
H1.HeaderClassName
{
color: #D555FF;
}
.AnyTagClassName
{
color: #D555FF;
}
</style>
background-color css
<style>
a { background-color: #D555FF; }
a { background-color: rgb(213,85,255); }
div.DivClassName
{
background-color: #D555FF;
}
.BgClassName
{
background-color: #D555FF;
}
</style>
border-color css
<style>
span { border-color: #D555FF; }
span { border-color: rgb(213,85,255); }
td.TdClassName
{
border-color: #D555FF;
}
.TagClassName
{
border-color: #D555FF;
}
</style>