Shades of Deep Blush #DC7383
Tints of Deep Blush #DC7383
RGB
CMYK
RGB Variations
Color information
#DC7383 (or 0xDC7383) is known color: Deep Blush. HEX triplet: DC, 73 and 83. RGB value is (220,115,131). Sum of RGB (Red+Green+Blue) = 220+115+131=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7383 is #238C7C. Grayscale: #949494. Windows color (decimal): -2329725 or 8614876. OLE color: 8614876.
HSL color Cylindrical-coordinate representation of color #DC7383: hue angle of 350.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7383 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 131 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.14 |
| HSL | 350.86º | 0.6% | 0.66% | - |
| HSV(B) | 350.86º | 0.48% | 0.86% | - |
| XYZ | 39.74 | 29.12 | 25 | - |
| YUV | 148.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 131 | 0 | 0.48 | 0.40 | 0.14 | 350.86 | 0.6 | 0.66 |
| Hex | DC | 73 | 83 | 0 | 30 | 28 | E | 15F | 3C | 42 |
| Octal | 334 | 163 | 203 | 0 | 60 | 50 | 16 | 537 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10000011 | 0 | 110000 | 101000 | 1110 | 101011111 | 111100 | 1000010 |
Color Harmonies of #DC7383
Complementary color
Monochromatic Colors of #DC7383
Black with #DC7383
Text Example
Text Example
White with #DC7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7383; }
p { color: rgb(220,115,131); }
H1.HeaderClassName
{
color: #DC7383;
}
.AnyTagClassName
{
color: #DC7383;
}
</style>
background-color css
<style>
a { background-color: #DC7383; }
a { background-color: rgb(220,115,131); }
div.DivClassName
{
background-color: #DC7383;
}
.BgClassName
{
background-color: #DC7383;
}
</style>
border-color css
<style>
span { border-color: #DC7383; }
span { border-color: rgb(220,115,131); }
td.TdClassName
{
border-color: #DC7383;
}
.TagClassName
{
border-color: #DC7383;
}
</style>