Shades of Heliotrope #DD4DFF
Tints of Heliotrope #DD4DFF
RGB
CMYK
RGB Variations
Color information
#DD4DFF (or 0xDD4DFF) is known color: Heliotrope. HEX triplet: DD, 4D and FF. RGB value is (221,77,255). Sum of RGB (Red+Green+Blue) = 221+77+255=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 77 (30.47% from 255 or 13.92% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD4DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DFF is #22B200. Grayscale: #8B8B8B. Windows color (decimal): -2273793 or 16731613. OLE color: 16731613.
HSL color Cylindrical-coordinate representation of color #DD4DFF: hue angle of 288.54º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4DFF is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 77 | 255 | - |
| CMYK | 0.13 | 0.70 | 0 | 0 |
| HSL | 288.54º | 1% | 0.65% | - |
| HSV(B) | 288.54º | 0.7% | 1% | - |
| XYZ | 50.52 | 27.9 | 97.33 | - |
| YUV | 140.35 | 192.71 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 255 | 0.13 | 0.70 | 0 | 0 | 288.54 | 1 | 0.65 |
| Hex | DD | 4D | FF | D | 46 | 0 | 0 | 121 | 64 | 41 |
| Octal | 335 | 115 | 377 | 15 | 106 | 0 | 0 | 441 | 144 | 101 |
| Binary | 11011101 | 1001101 | 11111111 | 1101 | 1000110 | 0 | 0 | 100100001 | 1100100 | 1000001 |
Color Harmonies of #DD4DFF
Complementary color
Monochromatic Colors of #DD4DFF
Black with #DD4DFF
Text Example
Text Example
White with #DD4DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DFF; }
p { color: rgb(221,77,255); }
H1.HeaderClassName
{
color: #DD4DFF;
}
.AnyTagClassName
{
color: #DD4DFF;
}
</style>
background-color css
<style>
a { background-color: #DD4DFF; }
a { background-color: rgb(221,77,255); }
div.DivClassName
{
background-color: #DD4DFF;
}
.BgClassName
{
background-color: #DD4DFF;
}
</style>
border-color css
<style>
span { border-color: #DD4DFF; }
span { border-color: rgb(221,77,255); }
td.TdClassName
{
border-color: #DD4DFF;
}
.TagClassName
{
border-color: #DD4DFF;
}
</style>