Shades of Heliotrope #DD6EFF
Tints of Heliotrope #DD6EFF
RGB
CMYK
RGB Variations
Color information
#DD6EFF (or 0xDD6EFF) is known color: Heliotrope. HEX triplet: DD, 6E and FF. RGB value is (221,110,255). Sum of RGB (Red+Green+Blue) = 221+110+255=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 110 (43.36% from 255 or 18.77% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EFF is #229100. Grayscale: #9F9F9F. Windows color (decimal): -2265345 or 16740061. OLE color: 16740061.
HSL color Cylindrical-coordinate representation of color #DD6EFF: hue angle of 285.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6EFF is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 110 | 255 | - |
| CMYK | 0.13 | 0.57 | 0 | 0 |
| HSL | 285.93º | 1% | 0.72% | - |
| HSV(B) | 285.93º | 0.57% | 1% | - |
| XYZ | 53.44 | 33.74 | 98.3 | - |
| YUV | 159.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 255 | 0.13 | 0.57 | 0 | 0 | 285.93 | 1 | 0.72 |
| Hex | DD | 6E | FF | D | 39 | 0 | 0 | 11E | 64 | 48 |
| Octal | 335 | 156 | 377 | 15 | 71 | 0 | 0 | 436 | 144 | 110 |
| Binary | 11011101 | 1101110 | 11111111 | 1101 | 111001 | 0 | 0 | 100011110 | 1100100 | 1001000 |
Color Harmonies of #DD6EFF
Complementary color
Monochromatic Colors of #DD6EFF
Black with #DD6EFF
Text Example
Text Example
White with #DD6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EFF; }
p { color: rgb(221,110,255); }
H1.HeaderClassName
{
color: #DD6EFF;
}
.AnyTagClassName
{
color: #DD6EFF;
}
</style>
background-color css
<style>
a { background-color: #DD6EFF; }
a { background-color: rgb(221,110,255); }
div.DivClassName
{
background-color: #DD6EFF;
}
.BgClassName
{
background-color: #DD6EFF;
}
</style>
border-color css
<style>
span { border-color: #DD6EFF; }
span { border-color: rgb(221,110,255); }
td.TdClassName
{
border-color: #DD6EFF;
}
.TagClassName
{
border-color: #DD6EFF;
}
</style>