Shades of Deep Blush #DC7581
Tints of Deep Blush #DC7581
RGB
CMYK
RGB Variations
Color information
#DC7581 (or 0xDC7581) is known color: Deep Blush. HEX triplet: DC, 75 and 81. RGB value is (220,117,129). Sum of RGB (Red+Green+Blue) = 220+117+129=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7581 is #238A7E. Grayscale: #959595. Windows color (decimal): -2329215 or 8484316. OLE color: 8484316.
HSL color Cylindrical-coordinate representation of color #DC7581: hue angle of 353.01º 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 #DC7581 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 129 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.14 |
| HSL | 353.01º | 0.6% | 0.66% | - |
| HSV(B) | 353.01º | 0.47% | 0.86% | - |
| XYZ | 39.84 | 29.52 | 24.37 | - |
| YUV | 149.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 129 | 0 | 0.47 | 0.41 | 0.14 | 353.01 | 0.6 | 0.66 |
| Hex | DC | 75 | 81 | 0 | 2F | 29 | E | 161 | 3C | 42 |
| Octal | 334 | 165 | 201 | 0 | 57 | 51 | 16 | 541 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10000001 | 0 | 101111 | 101001 | 1110 | 101100001 | 111100 | 1000010 |
Color Harmonies of #DC7581
Complementary color
Monochromatic Colors of #DC7581
Black with #DC7581
Text Example
Text Example
White with #DC7581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7581; }
p { color: rgb(220,117,129); }
H1.HeaderClassName
{
color: #DC7581;
}
.AnyTagClassName
{
color: #DC7581;
}
</style>
background-color css
<style>
a { background-color: #DC7581; }
a { background-color: rgb(220,117,129); }
div.DivClassName
{
background-color: #DC7581;
}
.BgClassName
{
background-color: #DC7581;
}
</style>
border-color css
<style>
span { border-color: #DC7581; }
span { border-color: rgb(220,117,129); }
td.TdClassName
{
border-color: #DC7581;
}
.TagClassName
{
border-color: #DC7581;
}
</style>