Shades of Deep Blush #DC7B83
Tints of Deep Blush #DC7B83
RGB
CMYK
RGB Variations
Color information
#DC7B83 (or 0xDC7B83) is known color: Deep Blush. HEX triplet: DC, 7B and 83. RGB value is (220,123,131). Sum of RGB (Red+Green+Blue) = 220+123+131=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B83 is #23847C. Grayscale: #989898. Windows color (decimal): -2327677 or 8616924. OLE color: 8616924.
HSL color Cylindrical-coordinate representation of color #DC7B83: hue angle of 355.05º 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 #DC7B83 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 131 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.14 |
| HSL | 355.05º | 0.58% | 0.67% | - |
| HSV(B) | 355.05º | 0.44% | 0.86% | - |
| XYZ | 40.69 | 31.02 | 25.32 | - |
| YUV | 152.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 131 | 0 | 0.44 | 0.40 | 0.14 | 355.05 | 0.58 | 0.67 |
| Hex | DC | 7B | 83 | 0 | 2C | 28 | E | 163 | 3A | 43 |
| Octal | 334 | 173 | 203 | 0 | 54 | 50 | 16 | 543 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10000011 | 0 | 101100 | 101000 | 1110 | 101100011 | 111010 | 1000011 |
Color Harmonies of #DC7B83
Complementary color
Monochromatic Colors of #DC7B83
Black with #DC7B83
Text Example
Text Example
White with #DC7B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B83; }
p { color: rgb(220,123,131); }
H1.HeaderClassName
{
color: #DC7B83;
}
.AnyTagClassName
{
color: #DC7B83;
}
</style>
background-color css
<style>
a { background-color: #DC7B83; }
a { background-color: rgb(220,123,131); }
div.DivClassName
{
background-color: #DC7B83;
}
.BgClassName
{
background-color: #DC7B83;
}
</style>
border-color css
<style>
span { border-color: #DC7B83; }
span { border-color: rgb(220,123,131); }
td.TdClassName
{
border-color: #DC7B83;
}
.TagClassName
{
border-color: #DC7B83;
}
</style>