Shades of Heliotrope #DD4AFF
Tints of Heliotrope #DD4AFF
RGB
CMYK
RGB Variations
Color information
#DD4AFF (or 0xDD4AFF) is known color: Heliotrope. HEX triplet: DD, 4A and FF. RGB value is (221,74,255). Sum of RGB (Red+Green+Blue) = 221+74+255=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 74 (29.30% from 255 or 13.45% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4AFF is #22B500. Grayscale: #8A8A8A. Windows color (decimal): -2274561 or 16730845. OLE color: 16730845.
HSL color Cylindrical-coordinate representation of color #DD4AFF: hue angle of 288.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4AFF is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 74 | 255 | - |
| CMYK | 0.13 | 0.71 | 0 | 0 |
| HSL | 288.73º | 1% | 0.65% | - |
| HSV(B) | 288.73º | 0.71% | 1% | - |
| XYZ | 50.32 | 27.49 | 97.26 | - |
| YUV | 138.59 | 193.7 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 255 | 0.13 | 0.71 | 0 | 0 | 288.73 | 1 | 0.65 |
| Hex | DD | 4A | FF | D | 47 | 0 | 0 | 121 | 64 | 41 |
| Octal | 335 | 112 | 377 | 15 | 107 | 0 | 0 | 441 | 144 | 101 |
| Binary | 11011101 | 1001010 | 11111111 | 1101 | 1000111 | 0 | 0 | 100100001 | 1100100 | 1000001 |
Color Harmonies of #DD4AFF
Complementary color
Monochromatic Colors of #DD4AFF
Black with #DD4AFF
Text Example
Text Example
White with #DD4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4AFF; }
p { color: rgb(221,74,255); }
H1.HeaderClassName
{
color: #DD4AFF;
}
.AnyTagClassName
{
color: #DD4AFF;
}
</style>
background-color css
<style>
a { background-color: #DD4AFF; }
a { background-color: rgb(221,74,255); }
div.DivClassName
{
background-color: #DD4AFF;
}
.BgClassName
{
background-color: #DD4AFF;
}
</style>
border-color css
<style>
span { border-color: #DD4AFF; }
span { border-color: rgb(221,74,255); }
td.TdClassName
{
border-color: #DD4AFF;
}
.TagClassName
{
border-color: #DD4AFF;
}
</style>