Shades of Heliotrope #DD70EE
Tints of Heliotrope #DD70EE
RGB
CMYK
RGB Variations
Color information
#DD70EE (or 0xDD70EE) is known color: Heliotrope. HEX triplet: DD, 70 and EE. RGB value is (221,112,238). Sum of RGB (Red+Green+Blue) = 221+112+238=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70EE is #228F11. Grayscale: #9E9E9E. Windows color (decimal): -2264850 or 15626461. OLE color: 15626461.
HSL color Cylindrical-coordinate representation of color #DD70EE: hue angle of 291.9º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD70EE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 112 | 238 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.07 |
| HSL | 291.9º | 0.79% | 0.69% | - |
| HSV(B) | 291.9º | 0.53% | 0.93% | - |
| XYZ | 51.05 | 33.13 | 84.59 | - |
| YUV | 158.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 238 | 0.07 | 0.53 | 0 | 0.07 | 291.9 | 0.79 | 0.69 |
| Hex | DD | 70 | EE | 7 | 35 | 0 | 7 | 124 | 4F | 45 |
| Octal | 335 | 160 | 356 | 7 | 65 | 0 | 7 | 444 | 117 | 105 |
| Binary | 11011101 | 1110000 | 11101110 | 111 | 110101 | 0 | 111 | 100100100 | 1001111 | 1000101 |
Color Harmonies of #DD70EE
Complementary color
Monochromatic Colors of #DD70EE
Black with #DD70EE
Text Example
Text Example
White with #DD70EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70EE; }
p { color: rgb(221,112,238); }
H1.HeaderClassName
{
color: #DD70EE;
}
.AnyTagClassName
{
color: #DD70EE;
}
</style>
background-color css
<style>
a { background-color: #DD70EE; }
a { background-color: rgb(221,112,238); }
div.DivClassName
{
background-color: #DD70EE;
}
.BgClassName
{
background-color: #DD70EE;
}
</style>
border-color css
<style>
span { border-color: #DD70EE; }
span { border-color: rgb(221,112,238); }
td.TdClassName
{
border-color: #DD70EE;
}
.TagClassName
{
border-color: #DD70EE;
}
</style>