Shades of Deep Blush #DC7B85
Tints of Deep Blush #DC7B85
RGB
CMYK
RGB Variations
Color information
#DC7B85 (or 0xDC7B85) is known color: Deep Blush. HEX triplet: DC, 7B and 85. RGB value is (220,123,133). Sum of RGB (Red+Green+Blue) = 220+123+133=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B85 is #23847A. Grayscale: #999999. Windows color (decimal): -2327675 or 8747996. OLE color: 8747996.
HSL color Cylindrical-coordinate representation of color #DC7B85: hue angle of 353.81º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7B85 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 133 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.14 |
| HSL | 353.81º | 0.58% | 0.67% | - |
| HSV(B) | 353.81º | 0.44% | 0.86% | - |
| XYZ | 40.83 | 31.08 | 26.04 | - |
| YUV | 153.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 133 | 0 | 0.44 | 0.40 | 0.14 | 353.81 | 0.58 | 0.67 |
| Hex | DC | 7B | 85 | 0 | 2C | 28 | E | 162 | 3A | 43 |
| Octal | 334 | 173 | 205 | 0 | 54 | 50 | 16 | 542 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10000101 | 0 | 101100 | 101000 | 1110 | 101100010 | 111010 | 1000011 |
Color Harmonies of #DC7B85
Complementary color
Monochromatic Colors of #DC7B85
Black with #DC7B85
Text Example
Text Example
White with #DC7B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B85; }
p { color: rgb(220,123,133); }
H1.HeaderClassName
{
color: #DC7B85;
}
.AnyTagClassName
{
color: #DC7B85;
}
</style>
background-color css
<style>
a { background-color: #DC7B85; }
a { background-color: rgb(220,123,133); }
div.DivClassName
{
background-color: #DC7B85;
}
.BgClassName
{
background-color: #DC7B85;
}
</style>
border-color css
<style>
span { border-color: #DC7B85; }
span { border-color: rgb(220,123,133); }
td.TdClassName
{
border-color: #DC7B85;
}
.TagClassName
{
border-color: #DC7B85;
}
</style>