Shades of Heliotrope #DD6FEF
Tints of Heliotrope #DD6FEF
RGB
CMYK
RGB Variations
Color information
#DD6FEF (or 0xDD6FEF) is known color: Heliotrope. HEX triplet: DD, 6F and EF. RGB value is (221,111,239). Sum of RGB (Red+Green+Blue) = 221+111+239=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD6FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FEF is #229010. Grayscale: #9E9E9E. Windows color (decimal): -2265105 or 15691741. OLE color: 15691741.
HSL color Cylindrical-coordinate representation of color #DD6FEF: hue angle of 291.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6FEF is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 111 | 239 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.06 |
| HSL | 291.56º | 0.8% | 0.69% | - |
| HSV(B) | 291.56º | 0.54% | 0.94% | - |
| XYZ | 51.08 | 32.97 | 85.33 | - |
| YUV | 158.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 239 | 0.08 | 0.54 | 0 | 0.06 | 291.56 | 0.8 | 0.69 |
| Hex | DD | 6F | EF | 8 | 36 | 0 | 6 | 124 | 50 | 45 |
| Octal | 335 | 157 | 357 | 10 | 66 | 0 | 6 | 444 | 120 | 105 |
| Binary | 11011101 | 1101111 | 11101111 | 1000 | 110110 | 0 | 110 | 100100100 | 1010000 | 1000101 |
Color Harmonies of #DD6FEF
Complementary color
Monochromatic Colors of #DD6FEF
Black with #DD6FEF
Text Example
Text Example
White with #DD6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FEF; }
p { color: rgb(221,111,239); }
H1.HeaderClassName
{
color: #DD6FEF;
}
.AnyTagClassName
{
color: #DD6FEF;
}
</style>
background-color css
<style>
a { background-color: #DD6FEF; }
a { background-color: rgb(221,111,239); }
div.DivClassName
{
background-color: #DD6FEF;
}
.BgClassName
{
background-color: #DD6FEF;
}
</style>
border-color css
<style>
span { border-color: #DD6FEF; }
span { border-color: rgb(221,111,239); }
td.TdClassName
{
border-color: #DD6FEF;
}
.TagClassName
{
border-color: #DD6FEF;
}
</style>