Shades of Heliotrope #DD71EE
Tints of Heliotrope #DD71EE
RGB
CMYK
RGB Variations
Color information
#DD71EE (or 0xDD71EE) is known color: Heliotrope. HEX triplet: DD, 71 and EE. RGB value is (221,113,238). Sum of RGB (Red+Green+Blue) = 221+113+238=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD71EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71EE is #228E11. Grayscale: #9F9F9F. Windows color (decimal): -2264594 or 15626717. OLE color: 15626717.
HSL color Cylindrical-coordinate representation of color #DD71EE: hue angle of 291.84º 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 #DD71EE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 113 | 238 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.07 |
| HSL | 291.84º | 0.79% | 0.69% | - |
| HSV(B) | 291.84º | 0.53% | 0.93% | - |
| XYZ | 51.16 | 33.36 | 84.63 | - |
| YUV | 159.54 | 172.28 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 238 | 0.07 | 0.53 | 0 | 0.07 | 291.84 | 0.79 | 0.69 |
| Hex | DD | 71 | EE | 7 | 35 | 0 | 7 | 124 | 4F | 45 |
| Octal | 335 | 161 | 356 | 7 | 65 | 0 | 7 | 444 | 117 | 105 |
| Binary | 11011101 | 1110001 | 11101110 | 111 | 110101 | 0 | 111 | 100100100 | 1001111 | 1000101 |
Color Harmonies of #DD71EE
Complementary color
Monochromatic Colors of #DD71EE
Black with #DD71EE
Text Example
Text Example
White with #DD71EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71EE; }
p { color: rgb(221,113,238); }
H1.HeaderClassName
{
color: #DD71EE;
}
.AnyTagClassName
{
color: #DD71EE;
}
</style>
background-color css
<style>
a { background-color: #DD71EE; }
a { background-color: rgb(221,113,238); }
div.DivClassName
{
background-color: #DD71EE;
}
.BgClassName
{
background-color: #DD71EE;
}
</style>
border-color css
<style>
span { border-color: #DD71EE; }
span { border-color: rgb(221,113,238); }
td.TdClassName
{
border-color: #DD71EE;
}
.TagClassName
{
border-color: #DD71EE;
}
</style>