Shades of Heliotrope #DD55FF
Tints of Heliotrope #DD55FF
RGB
CMYK
RGB Variations
Color information
#DD55FF (or 0xDD55FF) is known color: Heliotrope. HEX triplet: DD, 55 and FF. RGB value is (221,85,255). Sum of RGB (Red+Green+Blue) = 221+85+255=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55FF is #22AA00. Grayscale: #909090. Windows color (decimal): -2271745 or 16733661. OLE color: 16733661.
HSL color Cylindrical-coordinate representation of color #DD55FF: hue angle of 288º 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 #DD55FF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 85 | 255 | - |
| CMYK | 0.13 | 0.67 | 0 | 0 |
| HSL | 288º | 1% | 0.67% | - |
| HSV(B) | 288º | 0.67% | 1% | - |
| XYZ | 51.12 | 29.09 | 97.53 | - |
| YUV | 145.04 | 190.06 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 255 | 0.13 | 0.67 | 0 | 0 | 288 | 1 | 0.67 |
| Hex | DD | 55 | FF | D | 43 | 0 | 0 | 120 | 64 | 43 |
| Octal | 335 | 125 | 377 | 15 | 103 | 0 | 0 | 440 | 144 | 103 |
| Binary | 11011101 | 1010101 | 11111111 | 1101 | 1000011 | 0 | 0 | 100100000 | 1100100 | 1000011 |
Color Harmonies of #DD55FF
Complementary color
Monochromatic Colors of #DD55FF
Black with #DD55FF
Text Example
Text Example
White with #DD55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55FF; }
p { color: rgb(221,85,255); }
H1.HeaderClassName
{
color: #DD55FF;
}
.AnyTagClassName
{
color: #DD55FF;
}
</style>
background-color css
<style>
a { background-color: #DD55FF; }
a { background-color: rgb(221,85,255); }
div.DivClassName
{
background-color: #DD55FF;
}
.BgClassName
{
background-color: #DD55FF;
}
</style>
border-color css
<style>
span { border-color: #DD55FF; }
span { border-color: rgb(221,85,255); }
td.TdClassName
{
border-color: #DD55FF;
}
.TagClassName
{
border-color: #DD55FF;
}
</style>