Shades of Deep Blush #DC7183
Tints of Deep Blush #DC7183
RGB
CMYK
RGB Variations
Color information
#DC7183 (or 0xDC7183) is known color: Deep Blush. HEX triplet: DC, 71 and 83. RGB value is (220,113,131). Sum of RGB (Red+Green+Blue) = 220+113+131=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7183 is #238E7C. Grayscale: #939393. Windows color (decimal): -2330237 or 8614364. OLE color: 8614364.
HSL color Cylindrical-coordinate representation of color #DC7183: hue angle of 349.91º degrees, saturation: 0.6, 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 #DC7183 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 131 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.14 |
| HSL | 349.91º | 0.6% | 0.65% | - |
| HSV(B) | 349.91º | 0.49% | 0.86% | - |
| XYZ | 39.52 | 28.66 | 24.92 | - |
| YUV | 147.05 | 118.95 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 131 | 0 | 0.49 | 0.40 | 0.14 | 349.91 | 0.6 | 0.65 |
| Hex | DC | 71 | 83 | 0 | 31 | 28 | E | 15E | 3C | 41 |
| Octal | 334 | 161 | 203 | 0 | 61 | 50 | 16 | 536 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10000011 | 0 | 110001 | 101000 | 1110 | 101011110 | 111100 | 1000001 |
Color Harmonies of #DC7183
Complementary color
Monochromatic Colors of #DC7183
Black with #DC7183
Text Example
Text Example
White with #DC7183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7183; }
p { color: rgb(220,113,131); }
H1.HeaderClassName
{
color: #DC7183;
}
.AnyTagClassName
{
color: #DC7183;
}
</style>
background-color css
<style>
a { background-color: #DC7183; }
a { background-color: rgb(220,113,131); }
div.DivClassName
{
background-color: #DC7183;
}
.BgClassName
{
background-color: #DC7183;
}
</style>
border-color css
<style>
span { border-color: #DC7183; }
span { border-color: rgb(220,113,131); }
td.TdClassName
{
border-color: #DC7183;
}
.TagClassName
{
border-color: #DC7183;
}
</style>