Shades of Heliotrope #DD6CEC
Tints of Heliotrope #DD6CEC
RGB
CMYK
RGB Variations
Color information
#DD6CEC (or 0xDD6CEC) is known color: Heliotrope. HEX triplet: DD, 6C and EC. RGB value is (221,108,236). Sum of RGB (Red+Green+Blue) = 221+108+236=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD6CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6CEC is #229313. Grayscale: #9B9B9B. Windows color (decimal): -2265876 or 15494365. OLE color: 15494365.
HSL color Cylindrical-coordinate representation of color #DD6CEC: hue angle of 292.97º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6CEC is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 108 | 236 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.07 |
| HSL | 292.97º | 0.77% | 0.67% | - |
| HSV(B) | 292.97º | 0.54% | 0.93% | - |
| XYZ | 50.32 | 32.15 | 82.91 | - |
| YUV | 156.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 236 | 0.06 | 0.54 | 0 | 0.07 | 292.97 | 0.77 | 0.67 |
| Hex | DD | 6C | EC | 6 | 36 | 0 | 7 | 125 | 4D | 43 |
| Octal | 335 | 154 | 354 | 6 | 66 | 0 | 7 | 445 | 115 | 103 |
| Binary | 11011101 | 1101100 | 11101100 | 110 | 110110 | 0 | 111 | 100100101 | 1001101 | 1000011 |
Color Harmonies of #DD6CEC
Complementary color
Monochromatic Colors of #DD6CEC
Black with #DD6CEC
Text Example
Text Example
White with #DD6CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CEC; }
p { color: rgb(221,108,236); }
H1.HeaderClassName
{
color: #DD6CEC;
}
.AnyTagClassName
{
color: #DD6CEC;
}
</style>
background-color css
<style>
a { background-color: #DD6CEC; }
a { background-color: rgb(221,108,236); }
div.DivClassName
{
background-color: #DD6CEC;
}
.BgClassName
{
background-color: #DD6CEC;
}
</style>
border-color css
<style>
span { border-color: #DD6CEC; }
span { border-color: rgb(221,108,236); }
td.TdClassName
{
border-color: #DD6CEC;
}
.TagClassName
{
border-color: #DD6CEC;
}
</style>