Shades of Deep Blush #DC7484
Tints of Deep Blush #DC7484
RGB
CMYK
RGB Variations
Color information
#DC7484 (or 0xDC7484) is known color: Deep Blush. HEX triplet: DC, 74 and 84. RGB value is (220,116,132). Sum of RGB (Red+Green+Blue) = 220+116+132=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7484 is #238B7B. Grayscale: #949494. Windows color (decimal): -2329468 or 8680668. OLE color: 8680668.
HSL color Cylindrical-coordinate representation of color #DC7484: hue angle of 350.77º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7484 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 132 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.14 |
| HSL | 350.77º | 0.6% | 0.66% | - |
| HSV(B) | 350.77º | 0.47% | 0.86% | - |
| XYZ | 39.93 | 29.37 | 25.39 | - |
| YUV | 148.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 132 | 0 | 0.47 | 0.40 | 0.14 | 350.77 | 0.6 | 0.66 |
| Hex | DC | 74 | 84 | 0 | 2F | 28 | E | 15F | 3C | 42 |
| Octal | 334 | 164 | 204 | 0 | 57 | 50 | 16 | 537 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10000100 | 0 | 101111 | 101000 | 1110 | 101011111 | 111100 | 1000010 |
Color Harmonies of #DC7484
Complementary color
Monochromatic Colors of #DC7484
Black with #DC7484
Text Example
Text Example
White with #DC7484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7484; }
p { color: rgb(220,116,132); }
H1.HeaderClassName
{
color: #DC7484;
}
.AnyTagClassName
{
color: #DC7484;
}
</style>
background-color css
<style>
a { background-color: #DC7484; }
a { background-color: rgb(220,116,132); }
div.DivClassName
{
background-color: #DC7484;
}
.BgClassName
{
background-color: #DC7484;
}
</style>
border-color css
<style>
span { border-color: #DC7484; }
span { border-color: rgb(220,116,132); }
td.TdClassName
{
border-color: #DC7484;
}
.TagClassName
{
border-color: #DC7484;
}
</style>