Shades of Deep Blush #DC6E8C
Tints of Deep Blush #DC6E8C
RGB
CMYK
RGB Variations
Color information
#DC6E8C (or 0xDC6E8C) is known color: Deep Blush. HEX triplet: DC, 6E and 8C. RGB value is (220,110,140). Sum of RGB (Red+Green+Blue) = 220+110+140=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E8C is #239173. Grayscale: #929292. Windows color (decimal): -2330996 or 9203420. OLE color: 9203420.
HSL color Cylindrical-coordinate representation of color #DC6E8C: hue angle of 343.64º 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 #DC6E8C is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 140 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.14 |
| HSL | 343.64º | 0.61% | 0.65% | - |
| HSV(B) | 343.64º | 0.5% | 0.86% | - |
| XYZ | 39.82 | 28.26 | 28.17 | - |
| YUV | 146.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 140 | 0 | 0.50 | 0.36 | 0.14 | 343.64 | 0.61 | 0.65 |
| Hex | DC | 6E | 8C | 0 | 32 | 24 | E | 158 | 3D | 41 |
| Octal | 334 | 156 | 214 | 0 | 62 | 44 | 16 | 530 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10001100 | 0 | 110010 | 100100 | 1110 | 101011000 | 111101 | 1000001 |
Color Harmonies of #DC6E8C
Complementary color
Monochromatic Colors of #DC6E8C
Black with #DC6E8C
Text Example
Text Example
White with #DC6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E8C; }
p { color: rgb(220,110,140); }
H1.HeaderClassName
{
color: #DC6E8C;
}
.AnyTagClassName
{
color: #DC6E8C;
}
</style>
background-color css
<style>
a { background-color: #DC6E8C; }
a { background-color: rgb(220,110,140); }
div.DivClassName
{
background-color: #DC6E8C;
}
.BgClassName
{
background-color: #DC6E8C;
}
</style>
border-color css
<style>
span { border-color: #DC6E8C; }
span { border-color: rgb(220,110,140); }
td.TdClassName
{
border-color: #DC6E8C;
}
.TagClassName
{
border-color: #DC6E8C;
}
</style>