Shades of Deep Blush #DA6288
Tints of Deep Blush #DA6288
RGB
CMYK
RGB Variations
Color information
#DA6288 (or 0xDA6288) is known color: Deep Blush. HEX triplet: DA, 62 and 88. RGB value is (218,98,136). Sum of RGB (Red+Green+Blue) = 218+98+136=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6288 is #259D77. Grayscale: #8A8A8A. Windows color (decimal): -2465144 or 8938202. OLE color: 8938202.
HSL color Cylindrical-coordinate representation of color #DA6288: hue angle of 341º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6288 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 136 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.15 |
| HSL | 341º | 0.62% | 0.62% | - |
| HSV(B) | 341º | 0.55% | 0.85% | - |
| XYZ | 37.73 | 25.42 | 26.21 | - |
| YUV | 138.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 136 | 0 | 0.55 | 0.38 | 0.15 | 341 | 0.62 | 0.62 |
| Hex | DA | 62 | 88 | 0 | 37 | 26 | F | 155 | 3E | 3E |
| Octal | 332 | 142 | 210 | 0 | 67 | 46 | 17 | 525 | 76 | 76 |
| Binary | 11011010 | 1100010 | 10001000 | 0 | 110111 | 100110 | 1111 | 101010101 | 111110 | 111110 |
Color Harmonies of #DA6288
Complementary color
Monochromatic Colors of #DA6288
Black with #DA6288
Text Example
Text Example
White with #DA6288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6288; }
p { color: rgb(218,98,136); }
H1.HeaderClassName
{
color: #DA6288;
}
.AnyTagClassName
{
color: #DA6288;
}
</style>
background-color css
<style>
a { background-color: #DA6288; }
a { background-color: rgb(218,98,136); }
div.DivClassName
{
background-color: #DA6288;
}
.BgClassName
{
background-color: #DA6288;
}
</style>
border-color css
<style>
span { border-color: #DA6288; }
span { border-color: rgb(218,98,136); }
td.TdClassName
{
border-color: #DA6288;
}
.TagClassName
{
border-color: #DA6288;
}
</style>