Shades of Heliotrope #DC6DED
Tints of Heliotrope #DC6DED
RGB
CMYK
RGB Variations
Color information
#DC6DED (or 0xDC6DED) is known color: Heliotrope. HEX triplet: DC, 6D and ED. RGB value is (220,109,237). Sum of RGB (Red+Green+Blue) = 220+109+237=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DED is #239212. Grayscale: #9C9C9C. Windows color (decimal): -2331155 or 15560156. OLE color: 15560156.
HSL color Cylindrical-coordinate representation of color #DC6DED: hue angle of 292.03º degrees, saturation: 0.78, 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 #DC6DED is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 109 | 237 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.07 |
| HSL | 292.03º | 0.78% | 0.68% | - |
| HSV(B) | 292.03º | 0.54% | 0.93% | - |
| XYZ | 50.27 | 32.27 | 83.7 | - |
| YUV | 156.78 | 173.27 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 237 | 0.07 | 0.54 | 0 | 0.07 | 292.03 | 0.78 | 0.68 |
| Hex | DC | 6D | ED | 7 | 36 | 0 | 7 | 124 | 4E | 44 |
| Octal | 334 | 155 | 355 | 7 | 66 | 0 | 7 | 444 | 116 | 104 |
| Binary | 11011100 | 1101101 | 11101101 | 111 | 110110 | 0 | 111 | 100100100 | 1001110 | 1000100 |
Color Harmonies of #DC6DED
Complementary color
Monochromatic Colors of #DC6DED
Black with #DC6DED
Text Example
Text Example
White with #DC6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DED; }
p { color: rgb(220,109,237); }
H1.HeaderClassName
{
color: #DC6DED;
}
.AnyTagClassName
{
color: #DC6DED;
}
</style>
background-color css
<style>
a { background-color: #DC6DED; }
a { background-color: rgb(220,109,237); }
div.DivClassName
{
background-color: #DC6DED;
}
.BgClassName
{
background-color: #DC6DED;
}
</style>
border-color css
<style>
span { border-color: #DC6DED; }
span { border-color: rgb(220,109,237); }
td.TdClassName
{
border-color: #DC6DED;
}
.TagClassName
{
border-color: #DC6DED;
}
</style>