Shades of Heliotrope #DD73F6
Tints of Heliotrope #DD73F6
RGB
CMYK
RGB Variations
Color information
#DD73F6 (or 0xDD73F6) is known color: Heliotrope. HEX triplet: DD, 73 and F6. RGB value is (221,115,246). Sum of RGB (Red+Green+Blue) = 221+115+246=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 115 (45.31% from 255 or 19.76% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD73F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73F6 is #228C09. Grayscale: #A1A1A1. Windows color (decimal): -2264074 or 16151517. OLE color: 16151517.
HSL color Cylindrical-coordinate representation of color #DD73F6: hue angle of 288.55º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD73F6 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 115 | 246 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.04 |
| HSL | 288.55º | 0.88% | 0.71% | - |
| HSV(B) | 288.55º | 0.53% | 0.96% | - |
| XYZ | 52.58 | 34.29 | 91.04 | - |
| YUV | 161.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 246 | 0.10 | 0.53 | 0 | 0.04 | 288.55 | 0.88 | 0.71 |
| Hex | DD | 73 | F6 | A | 35 | 0 | 4 | 121 | 58 | 47 |
| Octal | 335 | 163 | 366 | 12 | 65 | 0 | 4 | 441 | 130 | 107 |
| Binary | 11011101 | 1110011 | 11110110 | 1010 | 110101 | 0 | 100 | 100100001 | 1011000 | 1000111 |
Color Harmonies of #DD73F6
Complementary color
Monochromatic Colors of #DD73F6
Black with #DD73F6
Text Example
Text Example
White with #DD73F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73F6; }
p { color: rgb(221,115,246); }
H1.HeaderClassName
{
color: #DD73F6;
}
.AnyTagClassName
{
color: #DD73F6;
}
</style>
background-color css
<style>
a { background-color: #DD73F6; }
a { background-color: rgb(221,115,246); }
div.DivClassName
{
background-color: #DD73F6;
}
.BgClassName
{
background-color: #DD73F6;
}
</style>
border-color css
<style>
span { border-color: #DD73F6; }
span { border-color: rgb(221,115,246); }
td.TdClassName
{
border-color: #DD73F6;
}
.TagClassName
{
border-color: #DD73F6;
}
</style>