Shades of Heliotrope #DD84FF
Tints of Heliotrope #DD84FF
RGB
CMYK
RGB Variations
Color information
#DD84FF (or 0xDD84FF) is known color: Heliotrope. HEX triplet: DD, 84 and FF. RGB value is (221,132,255). Sum of RGB (Red+Green+Blue) = 221+132+255=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 132 (51.95% from 255 or 21.71% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD84FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84FF is #227B00. Grayscale: #ACACAC. Windows color (decimal): -2259713 or 16745693. OLE color: 16745693.
HSL color Cylindrical-coordinate representation of color #DD84FF: hue angle of 283.41º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD84FF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 132 | 255 | - |
| CMYK | 0.13 | 0.48 | 0 | 0 |
| HSL | 283.41º | 1% | 0.76% | - |
| HSV(B) | 283.41º | 0.48% | 1% | - |
| XYZ | 56.12 | 39.09 | 99.2 | - |
| YUV | 172.63 | 174.49 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 255 | 0.13 | 0.48 | 0 | 0 | 283.41 | 1 | 0.76 |
| Hex | DD | 84 | FF | D | 30 | 0 | 0 | 11B | 64 | 4C |
| Octal | 335 | 204 | 377 | 15 | 60 | 0 | 0 | 433 | 144 | 114 |
| Binary | 11011101 | 10000100 | 11111111 | 1101 | 110000 | 0 | 0 | 100011011 | 1100100 | 1001100 |
Color Harmonies of #DD84FF
Complementary color
Monochromatic Colors of #DD84FF
Black with #DD84FF
Text Example
Text Example
White with #DD84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84FF; }
p { color: rgb(221,132,255); }
H1.HeaderClassName
{
color: #DD84FF;
}
.AnyTagClassName
{
color: #DD84FF;
}
</style>
background-color css
<style>
a { background-color: #DD84FF; }
a { background-color: rgb(221,132,255); }
div.DivClassName
{
background-color: #DD84FF;
}
.BgClassName
{
background-color: #DD84FF;
}
</style>
border-color css
<style>
span { border-color: #DD84FF; }
span { border-color: rgb(221,132,255); }
td.TdClassName
{
border-color: #DD84FF;
}
.TagClassName
{
border-color: #DD84FF;
}
</style>