Shades of Heliotrope #DD71ED
Tints of Heliotrope #DD71ED
RGB
CMYK
RGB Variations
Color information
#DD71ED (or 0xDD71ED) is known color: Heliotrope. HEX triplet: DD, 71 and ED. RGB value is (221,113,237). Sum of RGB (Red+Green+Blue) = 221+113+237=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71ED is #228E12. Grayscale: #9F9F9F. Windows color (decimal): -2264595 or 15561181. OLE color: 15561181.
HSL color Cylindrical-coordinate representation of color #DD71ED: hue angle of 292.26º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD71ED is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 113 | 237 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.07 |
| HSL | 292.26º | 0.78% | 0.69% | - |
| HSV(B) | 292.26º | 0.52% | 0.93% | - |
| XYZ | 51.01 | 33.3 | 83.86 | - |
| YUV | 159.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 237 | 0.07 | 0.52 | 0 | 0.07 | 292.26 | 0.78 | 0.69 |
| Hex | DD | 71 | ED | 7 | 34 | 0 | 7 | 124 | 4E | 45 |
| Octal | 335 | 161 | 355 | 7 | 64 | 0 | 7 | 444 | 116 | 105 |
| Binary | 11011101 | 1110001 | 11101101 | 111 | 110100 | 0 | 111 | 100100100 | 1001110 | 1000101 |
Color Harmonies of #DD71ED
Complementary color
Monochromatic Colors of #DD71ED
Black with #DD71ED
Text Example
Text Example
White with #DD71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71ED; }
p { color: rgb(221,113,237); }
H1.HeaderClassName
{
color: #DD71ED;
}
.AnyTagClassName
{
color: #DD71ED;
}
</style>
background-color css
<style>
a { background-color: #DD71ED; }
a { background-color: rgb(221,113,237); }
div.DivClassName
{
background-color: #DD71ED;
}
.BgClassName
{
background-color: #DD71ED;
}
</style>
border-color css
<style>
span { border-color: #DD71ED; }
span { border-color: rgb(221,113,237); }
td.TdClassName
{
border-color: #DD71ED;
}
.TagClassName
{
border-color: #DD71ED;
}
</style>