Shades of Deep Blush #DC6E88
Tints of Deep Blush #DC6E88
RGB
CMYK
RGB Variations
Color information
#DC6E88 (or 0xDC6E88) is known color: Deep Blush. HEX triplet: DC, 6E and 88. RGB value is (220,110,136). Sum of RGB (Red+Green+Blue) = 220+110+136=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E88 is #239177. Grayscale: #919191. Windows color (decimal): -2331000 or 8941276. OLE color: 8941276.
HSL color Cylindrical-coordinate representation of color #DC6E88: hue angle of 345.82º 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 #DC6E88 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 136 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.14 |
| HSL | 345.82º | 0.61% | 0.65% | - |
| HSV(B) | 345.82º | 0.5% | 0.86% | - |
| XYZ | 39.54 | 28.15 | 26.64 | - |
| YUV | 145.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 136 | 0 | 0.50 | 0.38 | 0.14 | 345.82 | 0.61 | 0.65 |
| Hex | DC | 6E | 88 | 0 | 32 | 26 | E | 15A | 3D | 41 |
| Octal | 334 | 156 | 210 | 0 | 62 | 46 | 16 | 532 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10001000 | 0 | 110010 | 100110 | 1110 | 101011010 | 111101 | 1000001 |
Color Harmonies of #DC6E88
Complementary color
Monochromatic Colors of #DC6E88
Black with #DC6E88
Text Example
Text Example
White with #DC6E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E88; }
p { color: rgb(220,110,136); }
H1.HeaderClassName
{
color: #DC6E88;
}
.AnyTagClassName
{
color: #DC6E88;
}
</style>
background-color css
<style>
a { background-color: #DC6E88; }
a { background-color: rgb(220,110,136); }
div.DivClassName
{
background-color: #DC6E88;
}
.BgClassName
{
background-color: #DC6E88;
}
</style>
border-color css
<style>
span { border-color: #DC6E88; }
span { border-color: rgb(220,110,136); }
td.TdClassName
{
border-color: #DC6E88;
}
.TagClassName
{
border-color: #DC6E88;
}
</style>