Shades of Heliotrope #DD73EC
Tints of Heliotrope #DD73EC
RGB
CMYK
RGB Variations
Color information
#DD73EC (or 0xDD73EC) is known color: Heliotrope. HEX triplet: DD, 73 and EC. RGB value is (221,115,236). Sum of RGB (Red+Green+Blue) = 221+115+236=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD73EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73EC is #228C13. Grayscale: #A0A0A0. Windows color (decimal): -2264084 or 15496157. OLE color: 15496157.
HSL color Cylindrical-coordinate representation of color #DD73EC: hue angle of 292.56º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD73EC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 115 | 236 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.07 |
| HSL | 292.56º | 0.76% | 0.69% | - |
| HSV(B) | 292.56º | 0.51% | 0.93% | - |
| XYZ | 51.09 | 33.69 | 83.17 | - |
| YUV | 160.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 236 | 0.06 | 0.51 | 0 | 0.07 | 292.56 | 0.76 | 0.69 |
| Hex | DD | 73 | EC | 6 | 33 | 0 | 7 | 125 | 4C | 45 |
| Octal | 335 | 163 | 354 | 6 | 63 | 0 | 7 | 445 | 114 | 105 |
| Binary | 11011101 | 1110011 | 11101100 | 110 | 110011 | 0 | 111 | 100100101 | 1001100 | 1000101 |
Color Harmonies of #DD73EC
Complementary color
Monochromatic Colors of #DD73EC
Black with #DD73EC
Text Example
Text Example
White with #DD73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73EC; }
p { color: rgb(221,115,236); }
H1.HeaderClassName
{
color: #DD73EC;
}
.AnyTagClassName
{
color: #DD73EC;
}
</style>
background-color css
<style>
a { background-color: #DD73EC; }
a { background-color: rgb(221,115,236); }
div.DivClassName
{
background-color: #DD73EC;
}
.BgClassName
{
background-color: #DD73EC;
}
</style>
border-color css
<style>
span { border-color: #DD73EC; }
span { border-color: rgb(221,115,236); }
td.TdClassName
{
border-color: #DD73EC;
}
.TagClassName
{
border-color: #DD73EC;
}
</style>