Shades of Deep Blush #DA7481
Tints of Deep Blush #DA7481
RGB
CMYK
RGB Variations
Color information
#DA7481 (or 0xDA7481) is known color: Deep Blush. HEX triplet: DA, 74 and 81. RGB value is (218,116,129). Sum of RGB (Red+Green+Blue) = 218+116+129=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7481 is #258B7E. Grayscale: #949494. Windows color (decimal): -2460543 or 8484058. OLE color: 8484058.
HSL color Cylindrical-coordinate representation of color #DA7481: hue angle of 352.35º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA7481 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 129 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.15 |
| HSL | 352.35º | 0.58% | 0.65% | - |
| HSV(B) | 352.35º | 0.47% | 0.85% | - |
| XYZ | 39.12 | 28.98 | 24.3 | - |
| YUV | 147.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 129 | 0 | 0.47 | 0.41 | 0.15 | 352.35 | 0.58 | 0.65 |
| Hex | DA | 74 | 81 | 0 | 2F | 29 | F | 160 | 3A | 41 |
| Octal | 332 | 164 | 201 | 0 | 57 | 51 | 17 | 540 | 72 | 101 |
| Binary | 11011010 | 1110100 | 10000001 | 0 | 101111 | 101001 | 1111 | 101100000 | 111010 | 1000001 |
Color Harmonies of #DA7481
Complementary color
Monochromatic Colors of #DA7481
Black with #DA7481
Text Example
Text Example
White with #DA7481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7481; }
p { color: rgb(218,116,129); }
H1.HeaderClassName
{
color: #DA7481;
}
.AnyTagClassName
{
color: #DA7481;
}
</style>
background-color css
<style>
a { background-color: #DA7481; }
a { background-color: rgb(218,116,129); }
div.DivClassName
{
background-color: #DA7481;
}
.BgClassName
{
background-color: #DA7481;
}
</style>
border-color css
<style>
span { border-color: #DA7481; }
span { border-color: rgb(218,116,129); }
td.TdClassName
{
border-color: #DA7481;
}
.TagClassName
{
border-color: #DA7481;
}
</style>