Shades of Deep Blush #DA6589
Tints of Deep Blush #DA6589
RGB
CMYK
RGB Variations
Color information
#DA6589 (or 0xDA6589) is known color: Deep Blush. HEX triplet: DA, 65 and 89. RGB value is (218,101,137). Sum of RGB (Red+Green+Blue) = 218+101+137=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6589 is #259A76. Grayscale: #8C8C8C. Windows color (decimal): -2464375 or 9004506. OLE color: 9004506.
HSL color Cylindrical-coordinate representation of color #DA6589: hue angle of 341.54º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6589 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 137 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.15 |
| HSL | 341.54º | 0.61% | 0.63% | - |
| HSV(B) | 341.54º | 0.54% | 0.85% | - |
| XYZ | 38.08 | 26.02 | 26.68 | - |
| YUV | 140.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 137 | 0 | 0.54 | 0.37 | 0.15 | 341.54 | 0.61 | 0.63 |
| Hex | DA | 65 | 89 | 0 | 36 | 25 | F | 156 | 3D | 3F |
| Octal | 332 | 145 | 211 | 0 | 66 | 45 | 17 | 526 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10001001 | 0 | 110110 | 100101 | 1111 | 101010110 | 111101 | 111111 |
Color Harmonies of #DA6589
Complementary color
Monochromatic Colors of #DA6589
Black with #DA6589
Text Example
Text Example
White with #DA6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6589; }
p { color: rgb(218,101,137); }
H1.HeaderClassName
{
color: #DA6589;
}
.AnyTagClassName
{
color: #DA6589;
}
</style>
background-color css
<style>
a { background-color: #DA6589; }
a { background-color: rgb(218,101,137); }
div.DivClassName
{
background-color: #DA6589;
}
.BgClassName
{
background-color: #DA6589;
}
</style>
border-color css
<style>
span { border-color: #DA6589; }
span { border-color: rgb(218,101,137); }
td.TdClassName
{
border-color: #DA6589;
}
.TagClassName
{
border-color: #DA6589;
}
</style>