Shades of Heliotrope #DD70ED
Tints of Heliotrope #DD70ED
RGB
CMYK
RGB Variations
Color information
#DD70ED (or 0xDD70ED) is known color: Heliotrope. HEX triplet: DD, 70 and ED. RGB value is (221,112,237). Sum of RGB (Red+Green+Blue) = 221+112+237=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70ED is #228F12. Grayscale: #9E9E9E. Windows color (decimal): -2264851 or 15560925. OLE color: 15560925.
HSL color Cylindrical-coordinate representation of color #DD70ED: hue angle of 292.32º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD70ED is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 112 | 237 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.07 |
| HSL | 292.32º | 0.78% | 0.68% | - |
| HSV(B) | 292.32º | 0.53% | 0.93% | - |
| XYZ | 50.9 | 33.07 | 83.82 | - |
| YUV | 158.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 237 | 0.07 | 0.53 | 0 | 0.07 | 292.32 | 0.78 | 0.68 |
| Hex | DD | 70 | ED | 7 | 35 | 0 | 7 | 124 | 4E | 44 |
| Octal | 335 | 160 | 355 | 7 | 65 | 0 | 7 | 444 | 116 | 104 |
| Binary | 11011101 | 1110000 | 11101101 | 111 | 110101 | 0 | 111 | 100100100 | 1001110 | 1000100 |
Color Harmonies of #DD70ED
Complementary color
Monochromatic Colors of #DD70ED
Black with #DD70ED
Text Example
Text Example
White with #DD70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70ED; }
p { color: rgb(221,112,237); }
H1.HeaderClassName
{
color: #DD70ED;
}
.AnyTagClassName
{
color: #DD70ED;
}
</style>
background-color css
<style>
a { background-color: #DD70ED; }
a { background-color: rgb(221,112,237); }
div.DivClassName
{
background-color: #DD70ED;
}
.BgClassName
{
background-color: #DD70ED;
}
</style>
border-color css
<style>
span { border-color: #DD70ED; }
span { border-color: rgb(221,112,237); }
td.TdClassName
{
border-color: #DD70ED;
}
.TagClassName
{
border-color: #DD70ED;
}
</style>