Shades of Deep Blush #DD7481
Tints of Deep Blush #DD7481
RGB
CMYK
RGB Variations
Color information
#DD7481 (or 0xDD7481) is known color: Deep Blush. HEX triplet: DD, 74 and 81. RGB value is (221,116,129). Sum of RGB (Red+Green+Blue) = 221+116+129=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7481 is #228B7E. Grayscale: #949494. Windows color (decimal): -2263935 or 8484061. OLE color: 8484061.
HSL color Cylindrical-coordinate representation of color #DD7481: hue angle of 352.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7481 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 129 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.13 |
| HSL | 352.57º | 0.61% | 0.66% | - |
| HSV(B) | 352.57º | 0.48% | 0.87% | - |
| XYZ | 40.03 | 29.45 | 24.34 | - |
| YUV | 148.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 129 | 0 | 0.48 | 0.42 | 0.13 | 352.57 | 0.61 | 0.66 |
| Hex | DD | 74 | 81 | 0 | 30 | 2A | D | 161 | 3D | 42 |
| Octal | 335 | 164 | 201 | 0 | 60 | 52 | 15 | 541 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10000001 | 0 | 110000 | 101010 | 1101 | 101100001 | 111101 | 1000010 |
Color Harmonies of #DD7481
Complementary color
Monochromatic Colors of #DD7481
Black with #DD7481
Text Example
Text Example
White with #DD7481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7481; }
p { color: rgb(221,116,129); }
H1.HeaderClassName
{
color: #DD7481;
}
.AnyTagClassName
{
color: #DD7481;
}
</style>
background-color css
<style>
a { background-color: #DD7481; }
a { background-color: rgb(221,116,129); }
div.DivClassName
{
background-color: #DD7481;
}
.BgClassName
{
background-color: #DD7481;
}
</style>
border-color css
<style>
span { border-color: #DD7481; }
span { border-color: rgb(221,116,129); }
td.TdClassName
{
border-color: #DD7481;
}
.TagClassName
{
border-color: #DD7481;
}
</style>