Shades of Heliotrope #DD53FF
Tints of Heliotrope #DD53FF
RGB
CMYK
RGB Variations
Color information
#DD53FF (or 0xDD53FF) is known color: Heliotrope. HEX triplet: DD, 53 and FF. RGB value is (221,83,255). Sum of RGB (Red+Green+Blue) = 221+83+255=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 83 (32.81% from 255 or 14.85% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53FF is #22AC00. Grayscale: #8F8F8F. Windows color (decimal): -2272257 or 16733149. OLE color: 16733149.
HSL color Cylindrical-coordinate representation of color #DD53FF: hue angle of 288.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD53FF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 83 | 255 | - |
| CMYK | 0.13 | 0.67 | 0 | 0 |
| HSL | 288.14º | 1% | 0.66% | - |
| HSV(B) | 288.14º | 0.67% | 1% | - |
| XYZ | 50.96 | 28.78 | 97.48 | - |
| YUV | 143.87 | 190.72 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 255 | 0.13 | 0.67 | 0 | 0 | 288.14 | 1 | 0.66 |
| Hex | DD | 53 | FF | D | 43 | 0 | 0 | 120 | 64 | 42 |
| Octal | 335 | 123 | 377 | 15 | 103 | 0 | 0 | 440 | 144 | 102 |
| Binary | 11011101 | 1010011 | 11111111 | 1101 | 1000011 | 0 | 0 | 100100000 | 1100100 | 1000010 |
Color Harmonies of #DD53FF
Complementary color
Monochromatic Colors of #DD53FF
Black with #DD53FF
Text Example
Text Example
White with #DD53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53FF; }
p { color: rgb(221,83,255); }
H1.HeaderClassName
{
color: #DD53FF;
}
.AnyTagClassName
{
color: #DD53FF;
}
</style>
background-color css
<style>
a { background-color: #DD53FF; }
a { background-color: rgb(221,83,255); }
div.DivClassName
{
background-color: #DD53FF;
}
.BgClassName
{
background-color: #DD53FF;
}
</style>
border-color css
<style>
span { border-color: #DD53FF; }
span { border-color: rgb(221,83,255); }
td.TdClassName
{
border-color: #DD53FF;
}
.TagClassName
{
border-color: #DD53FF;
}
</style>