Shades of Heliotrope #DD5EEF
Tints of Heliotrope #DD5EEF
RGB
CMYK
RGB Variations
Color information
#DD5EEF (or 0xDD5EEF) is known color: Heliotrope. HEX triplet: DD, 5E and EF. RGB value is (221,94,239). Sum of RGB (Red+Green+Blue) = 221+94+239=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD5EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5EEF is #22A110. Grayscale: #949494. Windows color (decimal): -2269457 or 15687389. OLE color: 15687389.
HSL color Cylindrical-coordinate representation of color #DD5EEF: hue angle of 292.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5EEF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 94 | 239 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.06 |
| HSL | 292.55º | 0.82% | 0.65% | - |
| HSV(B) | 292.55º | 0.61% | 0.94% | - |
| XYZ | 49.4 | 29.61 | 84.77 | - |
| YUV | 148.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 239 | 0.08 | 0.61 | 0 | 0.06 | 292.55 | 0.82 | 0.65 |
| Hex | DD | 5E | EF | 8 | 3D | 0 | 6 | 125 | 52 | 41 |
| Octal | 335 | 136 | 357 | 10 | 75 | 0 | 6 | 445 | 122 | 101 |
| Binary | 11011101 | 1011110 | 11101111 | 1000 | 111101 | 0 | 110 | 100100101 | 1010010 | 1000001 |
Color Harmonies of #DD5EEF
Complementary color
Monochromatic Colors of #DD5EEF
Black with #DD5EEF
Text Example
Text Example
White with #DD5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5EEF; }
p { color: rgb(221,94,239); }
H1.HeaderClassName
{
color: #DD5EEF;
}
.AnyTagClassName
{
color: #DD5EEF;
}
</style>
background-color css
<style>
a { background-color: #DD5EEF; }
a { background-color: rgb(221,94,239); }
div.DivClassName
{
background-color: #DD5EEF;
}
.BgClassName
{
background-color: #DD5EEF;
}
</style>
border-color css
<style>
span { border-color: #DD5EEF; }
span { border-color: rgb(221,94,239); }
td.TdClassName
{
border-color: #DD5EEF;
}
.TagClassName
{
border-color: #DD5EEF;
}
</style>