Shades of Deep Blush #DC708B
Tints of Deep Blush #DC708B
RGB
CMYK
RGB Variations
Color information
#DC708B (or 0xDC708B) is known color: Deep Blush. HEX triplet: DC, 70 and 8B. RGB value is (220,112,139). Sum of RGB (Red+Green+Blue) = 220+112+139=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC708B is #238F74. Grayscale: #939393. Windows color (decimal): -2330485 or 9138396. OLE color: 9138396.
HSL color Cylindrical-coordinate representation of color #DC708B: hue angle of 345º 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 #DC708B is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 139 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.14 |
| HSL | 345º | 0.61% | 0.65% | - |
| HSV(B) | 345º | 0.49% | 0.86% | - |
| XYZ | 39.97 | 28.67 | 27.85 | - |
| YUV | 147.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 139 | 0 | 0.49 | 0.37 | 0.14 | 345 | 0.61 | 0.65 |
| Hex | DC | 70 | 8B | 0 | 31 | 25 | E | 159 | 3D | 41 |
| Octal | 334 | 160 | 213 | 0 | 61 | 45 | 16 | 531 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10001011 | 0 | 110001 | 100101 | 1110 | 101011001 | 111101 | 1000001 |
Color Harmonies of #DC708B
Complementary color
Monochromatic Colors of #DC708B
Black with #DC708B
Text Example
Text Example
White with #DC708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC708B; }
p { color: rgb(220,112,139); }
H1.HeaderClassName
{
color: #DC708B;
}
.AnyTagClassName
{
color: #DC708B;
}
</style>
background-color css
<style>
a { background-color: #DC708B; }
a { background-color: rgb(220,112,139); }
div.DivClassName
{
background-color: #DC708B;
}
.BgClassName
{
background-color: #DC708B;
}
</style>
border-color css
<style>
span { border-color: #DC708B; }
span { border-color: rgb(220,112,139); }
td.TdClassName
{
border-color: #DC708B;
}
.TagClassName
{
border-color: #DC708B;
}
</style>