Shades of Deep Blush #DC7384
Tints of Deep Blush #DC7384
RGB
CMYK
RGB Variations
Color information
#DC7384 (or 0xDC7384) is known color: Deep Blush. HEX triplet: DC, 73 and 84. RGB value is (220,115,132). Sum of RGB (Red+Green+Blue) = 220+115+132=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7384 is #238C7B. Grayscale: #949494. Windows color (decimal): -2329724 or 8680412. OLE color: 8680412.
HSL color Cylindrical-coordinate representation of color #DC7384: hue angle of 350.29º 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 #DC7384 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 132 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.14 |
| HSL | 350.29º | 0.6% | 0.66% | - |
| HSV(B) | 350.29º | 0.48% | 0.86% | - |
| XYZ | 39.81 | 29.14 | 25.36 | - |
| YUV | 148.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 132 | 0 | 0.48 | 0.40 | 0.14 | 350.29 | 0.6 | 0.66 |
| Hex | DC | 73 | 84 | 0 | 30 | 28 | E | 15E | 3C | 42 |
| Octal | 334 | 163 | 204 | 0 | 60 | 50 | 16 | 536 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10000100 | 0 | 110000 | 101000 | 1110 | 101011110 | 111100 | 1000010 |
Color Harmonies of #DC7384
Complementary color
Monochromatic Colors of #DC7384
Black with #DC7384
Text Example
Text Example
White with #DC7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7384; }
p { color: rgb(220,115,132); }
H1.HeaderClassName
{
color: #DC7384;
}
.AnyTagClassName
{
color: #DC7384;
}
</style>
background-color css
<style>
a { background-color: #DC7384; }
a { background-color: rgb(220,115,132); }
div.DivClassName
{
background-color: #DC7384;
}
.BgClassName
{
background-color: #DC7384;
}
</style>
border-color css
<style>
span { border-color: #DC7384; }
span { border-color: rgb(220,115,132); }
td.TdClassName
{
border-color: #DC7384;
}
.TagClassName
{
border-color: #DC7384;
}
</style>