Shades of Deep Blush #DC7085
Tints of Deep Blush #DC7085
RGB
CMYK
RGB Variations
Color information
#DC7085 (or 0xDC7085) is known color: Deep Blush. HEX triplet: DC, 70 and 85. RGB value is (220,112,133). Sum of RGB (Red+Green+Blue) = 220+112+133=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7085 is #238F7A. Grayscale: #929292. Windows color (decimal): -2330491 or 8745180. OLE color: 8745180.
HSL color Cylindrical-coordinate representation of color #DC7085: hue angle of 348.33º 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 #DC7085 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 133 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.14 |
| HSL | 348.33º | 0.61% | 0.65% | - |
| HSV(B) | 348.33º | 0.49% | 0.86% | - |
| XYZ | 39.54 | 28.5 | 25.61 | - |
| YUV | 146.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 133 | 0 | 0.49 | 0.40 | 0.14 | 348.33 | 0.61 | 0.65 |
| Hex | DC | 70 | 85 | 0 | 31 | 28 | E | 15C | 3D | 41 |
| Octal | 334 | 160 | 205 | 0 | 61 | 50 | 16 | 534 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10000101 | 0 | 110001 | 101000 | 1110 | 101011100 | 111101 | 1000001 |
Color Harmonies of #DC7085
Complementary color
Monochromatic Colors of #DC7085
Black with #DC7085
Text Example
Text Example
White with #DC7085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7085; }
p { color: rgb(220,112,133); }
H1.HeaderClassName
{
color: #DC7085;
}
.AnyTagClassName
{
color: #DC7085;
}
</style>
background-color css
<style>
a { background-color: #DC7085; }
a { background-color: rgb(220,112,133); }
div.DivClassName
{
background-color: #DC7085;
}
.BgClassName
{
background-color: #DC7085;
}
</style>
border-color css
<style>
span { border-color: #DC7085; }
span { border-color: rgb(220,112,133); }
td.TdClassName
{
border-color: #DC7085;
}
.TagClassName
{
border-color: #DC7085;
}
</style>