Shades of Deep Blush #DC7681
Tints of Deep Blush #DC7681
RGB
CMYK
RGB Variations
Color information
#DC7681 (or 0xDC7681) is known color: Deep Blush. HEX triplet: DC, 76 and 81. RGB value is (220,118,129). Sum of RGB (Red+Green+Blue) = 220+118+129=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7681 is #23897E. Grayscale: #959595. Windows color (decimal): -2328959 or 8484572. OLE color: 8484572.
HSL color Cylindrical-coordinate representation of color #DC7681: hue angle of 353.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7681 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 129 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.14 |
| HSL | 353.53º | 0.59% | 0.66% | - |
| HSV(B) | 353.53º | 0.46% | 0.86% | - |
| XYZ | 39.96 | 29.76 | 24.41 | - |
| YUV | 149.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 129 | 0 | 0.46 | 0.41 | 0.14 | 353.53 | 0.59 | 0.66 |
| Hex | DC | 76 | 81 | 0 | 2E | 29 | E | 162 | 3B | 42 |
| Octal | 334 | 166 | 201 | 0 | 56 | 51 | 16 | 542 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10000001 | 0 | 101110 | 101001 | 1110 | 101100010 | 111011 | 1000010 |
Color Harmonies of #DC7681
Complementary color
Monochromatic Colors of #DC7681
Black with #DC7681
Text Example
Text Example
White with #DC7681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7681; }
p { color: rgb(220,118,129); }
H1.HeaderClassName
{
color: #DC7681;
}
.AnyTagClassName
{
color: #DC7681;
}
</style>
background-color css
<style>
a { background-color: #DC7681; }
a { background-color: rgb(220,118,129); }
div.DivClassName
{
background-color: #DC7681;
}
.BgClassName
{
background-color: #DC7681;
}
</style>
border-color css
<style>
span { border-color: #DC7681; }
span { border-color: rgb(220,118,129); }
td.TdClassName
{
border-color: #DC7681;
}
.TagClassName
{
border-color: #DC7681;
}
</style>