Shades of Heliotrope #DD47FF
Tints of Heliotrope #DD47FF
RGB
CMYK
RGB Variations
Color information
#DD47FF (or 0xDD47FF) is known color: Heliotrope. HEX triplet: DD, 47 and FF. RGB value is (221,71,255). Sum of RGB (Red+Green+Blue) = 221+71+255=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 71 (28.12% from 255 or 12.98% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD47FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD47FF is #22B800. Grayscale: #888888. Windows color (decimal): -2275329 or 16730077. OLE color: 16730077.
HSL color Cylindrical-coordinate representation of color #DD47FF: hue angle of 288.91º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD47FF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 71 | 255 | - |
| CMYK | 0.13 | 0.72 | 0 | 0 |
| HSL | 288.91º | 1% | 0.64% | - |
| HSV(B) | 288.91º | 0.72% | 1% | - |
| XYZ | 50.12 | 27.1 | 97.2 | - |
| YUV | 136.83 | 194.7 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 255 | 0.13 | 0.72 | 0 | 0 | 288.91 | 1 | 0.64 |
| Hex | DD | 47 | FF | D | 48 | 0 | 0 | 121 | 64 | 40 |
| Octal | 335 | 107 | 377 | 15 | 110 | 0 | 0 | 441 | 144 | 100 |
| Binary | 11011101 | 1000111 | 11111111 | 1101 | 1001000 | 0 | 0 | 100100001 | 1100100 | 1000000 |
Color Harmonies of #DD47FF
Complementary color
Monochromatic Colors of #DD47FF
Black with #DD47FF
Text Example
Text Example
White with #DD47FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47FF; }
p { color: rgb(221,71,255); }
H1.HeaderClassName
{
color: #DD47FF;
}
.AnyTagClassName
{
color: #DD47FF;
}
</style>
background-color css
<style>
a { background-color: #DD47FF; }
a { background-color: rgb(221,71,255); }
div.DivClassName
{
background-color: #DD47FF;
}
.BgClassName
{
background-color: #DD47FF;
}
</style>
border-color css
<style>
span { border-color: #DD47FF; }
span { border-color: rgb(221,71,255); }
td.TdClassName
{
border-color: #DD47FF;
}
.TagClassName
{
border-color: #DD47FF;
}
</style>