Shades of Deep Blush #DA7488
Tints of Deep Blush #DA7488
RGB
CMYK
RGB Variations
Color information
#DA7488 (or 0xDA7488) is known color: Deep Blush. HEX triplet: DA, 74 and 88. RGB value is (218,116,136). Sum of RGB (Red+Green+Blue) = 218+116+136=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7488 is #258B77. Grayscale: #949494. Windows color (decimal): -2460536 or 8942810. OLE color: 8942810.
HSL color Cylindrical-coordinate representation of color #DA7488: hue angle of 348.24º 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 #DA7488 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 136 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.15 |
| HSL | 348.24º | 0.58% | 0.65% | - |
| HSV(B) | 348.24º | 0.47% | 0.85% | - |
| XYZ | 39.6 | 29.17 | 26.84 | - |
| YUV | 148.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 136 | 0 | 0.47 | 0.38 | 0.15 | 348.24 | 0.58 | 0.65 |
| Hex | DA | 74 | 88 | 0 | 2F | 26 | F | 15C | 3A | 41 |
| Octal | 332 | 164 | 210 | 0 | 57 | 46 | 17 | 534 | 72 | 101 |
| Binary | 11011010 | 1110100 | 10001000 | 0 | 101111 | 100110 | 1111 | 101011100 | 111010 | 1000001 |
Color Harmonies of #DA7488
Complementary color
Monochromatic Colors of #DA7488
Black with #DA7488
Text Example
Text Example
White with #DA7488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7488; }
p { color: rgb(218,116,136); }
H1.HeaderClassName
{
color: #DA7488;
}
.AnyTagClassName
{
color: #DA7488;
}
</style>
background-color css
<style>
a { background-color: #DA7488; }
a { background-color: rgb(218,116,136); }
div.DivClassName
{
background-color: #DA7488;
}
.BgClassName
{
background-color: #DA7488;
}
</style>
border-color css
<style>
span { border-color: #DA7488; }
span { border-color: rgb(218,116,136); }
td.TdClassName
{
border-color: #DA7488;
}
.TagClassName
{
border-color: #DA7488;
}
</style>