Shades of Deep Blush #DD7681
Tints of Deep Blush #DD7681
RGB
CMYK
RGB Variations
Color information
#DD7681 (or 0xDD7681) is known color: Deep Blush. HEX triplet: DD, 76 and 81. RGB value is (221,118,129). Sum of RGB (Red+Green+Blue) = 221+118+129=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7681 is #22897E. Grayscale: #969696. Windows color (decimal): -2263423 or 8484573. OLE color: 8484573.
HSL color Cylindrical-coordinate representation of color #DD7681: hue angle of 353.59º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7681 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 129 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.13 |
| HSL | 353.59º | 0.6% | 0.66% | - |
| HSV(B) | 353.59º | 0.47% | 0.87% | - |
| XYZ | 40.26 | 29.91 | 24.42 | - |
| YUV | 150.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 129 | 0 | 0.47 | 0.42 | 0.13 | 353.59 | 0.6 | 0.66 |
| Hex | DD | 76 | 81 | 0 | 2F | 2A | D | 162 | 3C | 42 |
| Octal | 335 | 166 | 201 | 0 | 57 | 52 | 15 | 542 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10000001 | 0 | 101111 | 101010 | 1101 | 101100010 | 111100 | 1000010 |
Color Harmonies of #DD7681
Complementary color
Monochromatic Colors of #DD7681
Black with #DD7681
Text Example
Text Example
White with #DD7681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7681; }
p { color: rgb(221,118,129); }
H1.HeaderClassName
{
color: #DD7681;
}
.AnyTagClassName
{
color: #DD7681;
}
</style>
background-color css
<style>
a { background-color: #DD7681; }
a { background-color: rgb(221,118,129); }
div.DivClassName
{
background-color: #DD7681;
}
.BgClassName
{
background-color: #DD7681;
}
</style>
border-color css
<style>
span { border-color: #DD7681; }
span { border-color: rgb(221,118,129); }
td.TdClassName
{
border-color: #DD7681;
}
.TagClassName
{
border-color: #DD7681;
}
</style>