Shades of Deep Blush #DA7383
Tints of Deep Blush #DA7383
RGB
CMYK
RGB Variations
Color information
#DA7383 (or 0xDA7383) is known color: Deep Blush. HEX triplet: DA, 73 and 83. RGB value is (218,115,131). Sum of RGB (Red+Green+Blue) = 218+115+131=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7383 is #258C7C. Grayscale: #939393. Windows color (decimal): -2460797 or 8614874. OLE color: 8614874.
HSL color Cylindrical-coordinate representation of color #DA7383: hue angle of 350.68º 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 #DA7383 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 131 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.15 |
| HSL | 350.68º | 0.58% | 0.65% | - |
| HSV(B) | 350.68º | 0.47% | 0.85% | - |
| XYZ | 39.14 | 28.81 | 24.97 | - |
| YUV | 147.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 131 | 0 | 0.47 | 0.40 | 0.15 | 350.68 | 0.58 | 0.65 |
| Hex | DA | 73 | 83 | 0 | 2F | 28 | F | 15F | 3A | 41 |
| Octal | 332 | 163 | 203 | 0 | 57 | 50 | 17 | 537 | 72 | 101 |
| Binary | 11011010 | 1110011 | 10000011 | 0 | 101111 | 101000 | 1111 | 101011111 | 111010 | 1000001 |
Color Harmonies of #DA7383
Complementary color
Monochromatic Colors of #DA7383
Black with #DA7383
Text Example
Text Example
White with #DA7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7383; }
p { color: rgb(218,115,131); }
H1.HeaderClassName
{
color: #DA7383;
}
.AnyTagClassName
{
color: #DA7383;
}
</style>
background-color css
<style>
a { background-color: #DA7383; }
a { background-color: rgb(218,115,131); }
div.DivClassName
{
background-color: #DA7383;
}
.BgClassName
{
background-color: #DA7383;
}
</style>
border-color css
<style>
span { border-color: #DA7383; }
span { border-color: rgb(218,115,131); }
td.TdClassName
{
border-color: #DA7383;
}
.TagClassName
{
border-color: #DA7383;
}
</style>