Shades of Heliotrope #DD84F2
Tints of Heliotrope #DD84F2
RGB
CMYK
RGB Variations
Color information
#DD84F2 (or 0xDD84F2) is known color: Heliotrope. HEX triplet: DD, 84 and F2. RGB value is (221,132,242). Sum of RGB (Red+Green+Blue) = 221+132+242=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD84F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84F2 is #227B0D. Grayscale: #AAAAAA. Windows color (decimal): -2259726 or 15893725. OLE color: 15893725.
HSL color Cylindrical-coordinate representation of color #DD84F2: hue angle of 288.55º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD84F2 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 132 | 242 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.05 |
| HSL | 288.55º | 0.81% | 0.73% | - |
| HSV(B) | 288.55º | 0.45% | 0.95% | - |
| XYZ | 54.1 | 38.29 | 88.54 | - |
| YUV | 171.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 242 | 0.09 | 0.45 | 0 | 0.05 | 288.55 | 0.81 | 0.73 |
| Hex | DD | 84 | F2 | 9 | 2D | 0 | 5 | 121 | 51 | 49 |
| Octal | 335 | 204 | 362 | 11 | 55 | 0 | 5 | 441 | 121 | 111 |
| Binary | 11011101 | 10000100 | 11110010 | 1001 | 101101 | 0 | 101 | 100100001 | 1010001 | 1001001 |
Color Harmonies of #DD84F2
Complementary color
Monochromatic Colors of #DD84F2
Black with #DD84F2
Text Example
Text Example
White with #DD84F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD84F2; }
p { color: rgb(221,132,242); }
H1.HeaderClassName
{
color: #DD84F2;
}
.AnyTagClassName
{
color: #DD84F2;
}
</style>
background-color css
<style>
a { background-color: #DD84F2; }
a { background-color: rgb(221,132,242); }
div.DivClassName
{
background-color: #DD84F2;
}
.BgClassName
{
background-color: #DD84F2;
}
</style>
border-color css
<style>
span { border-color: #DD84F2; }
span { border-color: rgb(221,132,242); }
td.TdClassName
{
border-color: #DD84F2;
}
.TagClassName
{
border-color: #DD84F2;
}
</style>