Shades of Deep Blush #DA7681
Tints of Deep Blush #DA7681
RGB
CMYK
RGB Variations
Color information
#DA7681 (or 0xDA7681) is known color: Deep Blush. HEX triplet: DA, 76 and 81. RGB value is (218,118,129). Sum of RGB (Red+Green+Blue) = 218+118+129=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7681 is #25897E. Grayscale: #959595. Windows color (decimal): -2460031 or 8484570. OLE color: 8484570.
HSL color Cylindrical-coordinate representation of color #DA7681: hue angle of 353.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA7681 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 129 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.15 |
| HSL | 353.4º | 0.57% | 0.66% | - |
| HSV(B) | 353.4º | 0.46% | 0.85% | - |
| XYZ | 39.35 | 29.45 | 24.38 | - |
| YUV | 149.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 129 | 0 | 0.46 | 0.41 | 0.15 | 353.4 | 0.57 | 0.66 |
| Hex | DA | 76 | 81 | 0 | 2E | 29 | F | 161 | 39 | 42 |
| Octal | 332 | 166 | 201 | 0 | 56 | 51 | 17 | 541 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10000001 | 0 | 101110 | 101001 | 1111 | 101100001 | 111001 | 1000010 |
Color Harmonies of #DA7681
Complementary color
Monochromatic Colors of #DA7681
Black with #DA7681
Text Example
Text Example
White with #DA7681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7681; }
p { color: rgb(218,118,129); }
H1.HeaderClassName
{
color: #DA7681;
}
.AnyTagClassName
{
color: #DA7681;
}
</style>
background-color css
<style>
a { background-color: #DA7681; }
a { background-color: rgb(218,118,129); }
div.DivClassName
{
background-color: #DA7681;
}
.BgClassName
{
background-color: #DA7681;
}
</style>
border-color css
<style>
span { border-color: #DA7681; }
span { border-color: rgb(218,118,129); }
td.TdClassName
{
border-color: #DA7681;
}
.TagClassName
{
border-color: #DA7681;
}
</style>