Shades of Heliotrope #DC6DEE
Tints of Heliotrope #DC6DEE
RGB
CMYK
RGB Variations
Color information
#DC6DEE (or 0xDC6DEE) is known color: Heliotrope. HEX triplet: DC, 6D and EE. RGB value is (220,109,238). Sum of RGB (Red+Green+Blue) = 220+109+238=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DEE is #239211. Grayscale: #9C9C9C. Windows color (decimal): -2331154 or 15625692. OLE color: 15625692.
HSL color Cylindrical-coordinate representation of color #DC6DEE: hue angle of 291.63º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6DEE is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 109 | 238 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.07 |
| HSL | 291.63º | 0.79% | 0.68% | - |
| HSV(B) | 291.63º | 0.54% | 0.93% | - |
| XYZ | 50.42 | 32.33 | 84.47 | - |
| YUV | 156.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 238 | 0.08 | 0.54 | 0 | 0.07 | 291.63 | 0.79 | 0.68 |
| Hex | DC | 6D | EE | 8 | 36 | 0 | 7 | 124 | 4F | 44 |
| Octal | 334 | 155 | 356 | 10 | 66 | 0 | 7 | 444 | 117 | 104 |
| Binary | 11011100 | 1101101 | 11101110 | 1000 | 110110 | 0 | 111 | 100100100 | 1001111 | 1000100 |
Color Harmonies of #DC6DEE
Complementary color
Monochromatic Colors of #DC6DEE
Black with #DC6DEE
Text Example
Text Example
White with #DC6DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DEE; }
p { color: rgb(220,109,238); }
H1.HeaderClassName
{
color: #DC6DEE;
}
.AnyTagClassName
{
color: #DC6DEE;
}
</style>
background-color css
<style>
a { background-color: #DC6DEE; }
a { background-color: rgb(220,109,238); }
div.DivClassName
{
background-color: #DC6DEE;
}
.BgClassName
{
background-color: #DC6DEE;
}
</style>
border-color css
<style>
span { border-color: #DC6DEE; }
span { border-color: rgb(220,109,238); }
td.TdClassName
{
border-color: #DC6DEE;
}
.TagClassName
{
border-color: #DC6DEE;
}
</style>