Shades of Deep Blush #DA7682
Tints of Deep Blush #DA7682
RGB
CMYK
RGB Variations
Color information
#DA7682 (or 0xDA7682) is known color: Deep Blush. HEX triplet: DA, 76 and 82. RGB value is (218,118,130). Sum of RGB (Red+Green+Blue) = 218+118+130=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7682 is #25897D. Grayscale: #959595. Windows color (decimal): -2460030 or 8550106. OLE color: 8550106.
HSL color Cylindrical-coordinate representation of color #DA7682: hue angle of 352.8º 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 #DA7682 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 130 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.15 |
| HSL | 352.8º | 0.57% | 0.66% | - |
| HSV(B) | 352.8º | 0.46% | 0.85% | - |
| XYZ | 39.42 | 29.47 | 24.73 | - |
| YUV | 149.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 130 | 0 | 0.46 | 0.40 | 0.15 | 352.8 | 0.57 | 0.66 |
| Hex | DA | 76 | 82 | 0 | 2E | 28 | F | 161 | 39 | 42 |
| Octal | 332 | 166 | 202 | 0 | 56 | 50 | 17 | 541 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10000010 | 0 | 101110 | 101000 | 1111 | 101100001 | 111001 | 1000010 |
Color Harmonies of #DA7682
Complementary color
Monochromatic Colors of #DA7682
Black with #DA7682
Text Example
Text Example
White with #DA7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7682; }
p { color: rgb(218,118,130); }
H1.HeaderClassName
{
color: #DA7682;
}
.AnyTagClassName
{
color: #DA7682;
}
</style>
background-color css
<style>
a { background-color: #DA7682; }
a { background-color: rgb(218,118,130); }
div.DivClassName
{
background-color: #DA7682;
}
.BgClassName
{
background-color: #DA7682;
}
</style>
border-color css
<style>
span { border-color: #DA7682; }
span { border-color: rgb(218,118,130); }
td.TdClassName
{
border-color: #DA7682;
}
.TagClassName
{
border-color: #DA7682;
}
</style>