Shades of Deep Blush #DA7283
Tints of Deep Blush #DA7283
RGB
CMYK
RGB Variations
Color information
#DA7283 (or 0xDA7283) is known color: Deep Blush. HEX triplet: DA, 72 and 83. RGB value is (218,114,131). Sum of RGB (Red+Green+Blue) = 218+114+131=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7283 is #258D7C. Grayscale: #939393. Windows color (decimal): -2461053 or 8614618. OLE color: 8614618.
HSL color Cylindrical-coordinate representation of color #DA7283: hue angle of 350.19º 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 #DA7283 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 131 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.15 |
| HSL | 350.19º | 0.58% | 0.65% | - |
| HSV(B) | 350.19º | 0.48% | 0.85% | - |
| XYZ | 39.03 | 28.58 | 24.93 | - |
| YUV | 147.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 131 | 0 | 0.48 | 0.40 | 0.15 | 350.19 | 0.58 | 0.65 |
| Hex | DA | 72 | 83 | 0 | 30 | 28 | F | 15E | 3A | 41 |
| Octal | 332 | 162 | 203 | 0 | 60 | 50 | 17 | 536 | 72 | 101 |
| Binary | 11011010 | 1110010 | 10000011 | 0 | 110000 | 101000 | 1111 | 101011110 | 111010 | 1000001 |
Color Harmonies of #DA7283
Complementary color
Monochromatic Colors of #DA7283
Black with #DA7283
Text Example
Text Example
White with #DA7283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7283; }
p { color: rgb(218,114,131); }
H1.HeaderClassName
{
color: #DA7283;
}
.AnyTagClassName
{
color: #DA7283;
}
</style>
background-color css
<style>
a { background-color: #DA7283; }
a { background-color: rgb(218,114,131); }
div.DivClassName
{
background-color: #DA7283;
}
.BgClassName
{
background-color: #DA7283;
}
</style>
border-color css
<style>
span { border-color: #DA7283; }
span { border-color: rgb(218,114,131); }
td.TdClassName
{
border-color: #DA7283;
}
.TagClassName
{
border-color: #DA7283;
}
</style>