Shades of Deep Blush #DC6E86
Tints of Deep Blush #DC6E86
RGB
CMYK
RGB Variations
Color information
#DC6E86 (or 0xDC6E86) is known color: Deep Blush. HEX triplet: DC, 6E and 86. RGB value is (220,110,134). Sum of RGB (Red+Green+Blue) = 220+110+134=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E86 is #239179. Grayscale: #919191. Windows color (decimal): -2331002 or 8810204. OLE color: 8810204.
HSL color Cylindrical-coordinate representation of color #DC6E86: hue angle of 346.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6E86 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 134 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.14 |
| HSL | 346.91º | 0.61% | 0.65% | - |
| HSV(B) | 346.91º | 0.5% | 0.86% | - |
| XYZ | 39.39 | 28.09 | 25.9 | - |
| YUV | 145.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 134 | 0 | 0.50 | 0.39 | 0.14 | 346.91 | 0.61 | 0.65 |
| Hex | DC | 6E | 86 | 0 | 32 | 27 | E | 15B | 3D | 41 |
| Octal | 334 | 156 | 206 | 0 | 62 | 47 | 16 | 533 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10000110 | 0 | 110010 | 100111 | 1110 | 101011011 | 111101 | 1000001 |
Color Harmonies of #DC6E86
Complementary color
Monochromatic Colors of #DC6E86
Black with #DC6E86
Text Example
Text Example
White with #DC6E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E86; }
p { color: rgb(220,110,134); }
H1.HeaderClassName
{
color: #DC6E86;
}
.AnyTagClassName
{
color: #DC6E86;
}
</style>
background-color css
<style>
a { background-color: #DC6E86; }
a { background-color: rgb(220,110,134); }
div.DivClassName
{
background-color: #DC6E86;
}
.BgClassName
{
background-color: #DC6E86;
}
</style>
border-color css
<style>
span { border-color: #DC6E86; }
span { border-color: rgb(220,110,134); }
td.TdClassName
{
border-color: #DC6E86;
}
.TagClassName
{
border-color: #DC6E86;
}
</style>