Shades of Heliotrope #DD5AFF
Tints of Heliotrope #DD5AFF
RGB
CMYK
RGB Variations
Color information
#DD5AFF (or 0xDD5AFF) is known color: Heliotrope. HEX triplet: DD, 5A and FF. RGB value is (221,90,255). Sum of RGB (Red+Green+Blue) = 221+90+255=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 90 (35.55% from 255 or 15.90% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5AFF is #22A500. Grayscale: #939393. Windows color (decimal): -2270465 or 16734941. OLE color: 16734941.
HSL color Cylindrical-coordinate representation of color #DD5AFF: hue angle of 287.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD5AFF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 90 | 255 | - |
| CMYK | 0.13 | 0.65 | 0 | 0 |
| HSL | 287.64º | 1% | 0.68% | - |
| HSV(B) | 287.64º | 0.65% | 1% | - |
| XYZ | 51.52 | 29.9 | 97.66 | - |
| YUV | 147.98 | 188.4 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 255 | 0.13 | 0.65 | 0 | 0 | 287.64 | 1 | 0.68 |
| Hex | DD | 5A | FF | D | 41 | 0 | 0 | 120 | 64 | 44 |
| Octal | 335 | 132 | 377 | 15 | 101 | 0 | 0 | 440 | 144 | 104 |
| Binary | 11011101 | 1011010 | 11111111 | 1101 | 1000001 | 0 | 0 | 100100000 | 1100100 | 1000100 |
Color Harmonies of #DD5AFF
Complementary color
Monochromatic Colors of #DD5AFF
Black with #DD5AFF
Text Example
Text Example
White with #DD5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5AFF; }
p { color: rgb(221,90,255); }
H1.HeaderClassName
{
color: #DD5AFF;
}
.AnyTagClassName
{
color: #DD5AFF;
}
</style>
background-color css
<style>
a { background-color: #DD5AFF; }
a { background-color: rgb(221,90,255); }
div.DivClassName
{
background-color: #DD5AFF;
}
.BgClassName
{
background-color: #DD5AFF;
}
</style>
border-color css
<style>
span { border-color: #DD5AFF; }
span { border-color: rgb(221,90,255); }
td.TdClassName
{
border-color: #DD5AFF;
}
.TagClassName
{
border-color: #DD5AFF;
}
</style>