Shades of Deep Blush #DA7281
Tints of Deep Blush #DA7281
RGB
CMYK
RGB Variations
Color information
#DA7281 (or 0xDA7281) is known color: Deep Blush. HEX triplet: DA, 72 and 81. RGB value is (218,114,129). Sum of RGB (Red+Green+Blue) = 218+114+129=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7281 is #258D7E. Grayscale: #929292. Windows color (decimal): -2461055 or 8483546. OLE color: 8483546.
HSL color Cylindrical-coordinate representation of color #DA7281: hue angle of 351.35º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7281 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 129 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.15 |
| HSL | 351.35º | 0.58% | 0.65% | - |
| HSV(B) | 351.35º | 0.48% | 0.85% | - |
| XYZ | 38.89 | 28.53 | 24.22 | - |
| YUV | 146.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 129 | 0 | 0.48 | 0.41 | 0.15 | 351.35 | 0.58 | 0.65 |
| Hex | DA | 72 | 81 | 0 | 30 | 29 | F | 15F | 3A | 41 |
| Octal | 332 | 162 | 201 | 0 | 60 | 51 | 17 | 537 | 72 | 101 |
| Binary | 11011010 | 1110010 | 10000001 | 0 | 110000 | 101001 | 1111 | 101011111 | 111010 | 1000001 |
Color Harmonies of #DA7281
Complementary color
Monochromatic Colors of #DA7281
Black with #DA7281
Text Example
Text Example
White with #DA7281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7281; }
p { color: rgb(218,114,129); }
H1.HeaderClassName
{
color: #DA7281;
}
.AnyTagClassName
{
color: #DA7281;
}
</style>
background-color css
<style>
a { background-color: #DA7281; }
a { background-color: rgb(218,114,129); }
div.DivClassName
{
background-color: #DA7281;
}
.BgClassName
{
background-color: #DA7281;
}
</style>
border-color css
<style>
span { border-color: #DA7281; }
span { border-color: rgb(218,114,129); }
td.TdClassName
{
border-color: #DA7281;
}
.TagClassName
{
border-color: #DA7281;
}
</style>