Shades of Heliotrope #DD6BEF
Tints of Heliotrope #DD6BEF
RGB
CMYK
RGB Variations
Color information
#DD6BEF (or 0xDD6BEF) is known color: Heliotrope. HEX triplet: DD, 6B and EF. RGB value is (221,107,239). Sum of RGB (Red+Green+Blue) = 221+107+239=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD6BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BEF is #229410. Grayscale: #9B9B9B. Windows color (decimal): -2266129 or 15690717. OLE color: 15690717.
HSL color Cylindrical-coordinate representation of color #DD6BEF: hue angle of 291.82º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6BEF is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 107 | 239 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.06 |
| HSL | 291.82º | 0.8% | 0.68% | - |
| HSV(B) | 291.82º | 0.55% | 0.94% | - |
| XYZ | 50.66 | 32.12 | 85.19 | - |
| YUV | 156.13 | 174.77 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 239 | 0.08 | 0.55 | 0 | 0.06 | 291.82 | 0.8 | 0.68 |
| Hex | DD | 6B | EF | 8 | 37 | 0 | 6 | 124 | 50 | 44 |
| Octal | 335 | 153 | 357 | 10 | 67 | 0 | 6 | 444 | 120 | 104 |
| Binary | 11011101 | 1101011 | 11101111 | 1000 | 110111 | 0 | 110 | 100100100 | 1010000 | 1000100 |
Color Harmonies of #DD6BEF
Complementary color
Monochromatic Colors of #DD6BEF
Black with #DD6BEF
Text Example
Text Example
White with #DD6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BEF; }
p { color: rgb(221,107,239); }
H1.HeaderClassName
{
color: #DD6BEF;
}
.AnyTagClassName
{
color: #DD6BEF;
}
</style>
background-color css
<style>
a { background-color: #DD6BEF; }
a { background-color: rgb(221,107,239); }
div.DivClassName
{
background-color: #DD6BEF;
}
.BgClassName
{
background-color: #DD6BEF;
}
</style>
border-color css
<style>
span { border-color: #DD6BEF; }
span { border-color: rgb(221,107,239); }
td.TdClassName
{
border-color: #DD6BEF;
}
.TagClassName
{
border-color: #DD6BEF;
}
</style>