Shades of Deep Blush #DC708C
Tints of Deep Blush #DC708C
RGB
CMYK
RGB Variations
Color information
#DC708C (or 0xDC708C) is known color: Deep Blush. HEX triplet: DC, 70 and 8C. RGB value is (220,112,140). Sum of RGB (Red+Green+Blue) = 220+112+140=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC708C is #238F73. Grayscale: #939393. Windows color (decimal): -2330484 or 9203932. OLE color: 9203932.
HSL color Cylindrical-coordinate representation of color #DC708C: hue angle of 344.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC708C is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 140 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.14 |
| HSL | 344.44º | 0.61% | 0.65% | - |
| HSV(B) | 344.44º | 0.49% | 0.86% | - |
| XYZ | 40.04 | 28.7 | 28.24 | - |
| YUV | 147.48 | 123.78 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 140 | 0 | 0.49 | 0.36 | 0.14 | 344.44 | 0.61 | 0.65 |
| Hex | DC | 70 | 8C | 0 | 31 | 24 | E | 158 | 3D | 41 |
| Octal | 334 | 160 | 214 | 0 | 61 | 44 | 16 | 530 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10001100 | 0 | 110001 | 100100 | 1110 | 101011000 | 111101 | 1000001 |
Color Harmonies of #DC708C
Complementary color
Monochromatic Colors of #DC708C
Black with #DC708C
Text Example
Text Example
White with #DC708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC708C; }
p { color: rgb(220,112,140); }
H1.HeaderClassName
{
color: #DC708C;
}
.AnyTagClassName
{
color: #DC708C;
}
</style>
background-color css
<style>
a { background-color: #DC708C; }
a { background-color: rgb(220,112,140); }
div.DivClassName
{
background-color: #DC708C;
}
.BgClassName
{
background-color: #DC708C;
}
</style>
border-color css
<style>
span { border-color: #DC708C; }
span { border-color: rgb(220,112,140); }
td.TdClassName
{
border-color: #DC708C;
}
.TagClassName
{
border-color: #DC708C;
}
</style>