Shades of Deep Blush #DA6789
Tints of Deep Blush #DA6789
RGB
CMYK
RGB Variations
Color information
#DA6789 (or 0xDA6789) is known color: Deep Blush. HEX triplet: DA, 67 and 89. RGB value is (218,103,137). Sum of RGB (Red+Green+Blue) = 218+103+137=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6789 is #259876. Grayscale: #8D8D8D. Windows color (decimal): -2463863 or 9005018. OLE color: 9005018.
HSL color Cylindrical-coordinate representation of color #DA6789: hue angle of 342.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6789 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 137 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.15 |
| HSL | 342.26º | 0.61% | 0.63% | - |
| HSV(B) | 342.26º | 0.53% | 0.85% | - |
| XYZ | 38.28 | 26.41 | 26.75 | - |
| YUV | 141.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 137 | 0 | 0.53 | 0.37 | 0.15 | 342.26 | 0.61 | 0.63 |
| Hex | DA | 67 | 89 | 0 | 35 | 25 | F | 156 | 3D | 3F |
| Octal | 332 | 147 | 211 | 0 | 65 | 45 | 17 | 526 | 75 | 77 |
| Binary | 11011010 | 1100111 | 10001001 | 0 | 110101 | 100101 | 1111 | 101010110 | 111101 | 111111 |
Color Harmonies of #DA6789
Complementary color
Monochromatic Colors of #DA6789
Black with #DA6789
Text Example
Text Example
White with #DA6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6789; }
p { color: rgb(218,103,137); }
H1.HeaderClassName
{
color: #DA6789;
}
.AnyTagClassName
{
color: #DA6789;
}
</style>
background-color css
<style>
a { background-color: #DA6789; }
a { background-color: rgb(218,103,137); }
div.DivClassName
{
background-color: #DA6789;
}
.BgClassName
{
background-color: #DA6789;
}
</style>
border-color css
<style>
span { border-color: #DA6789; }
span { border-color: rgb(218,103,137); }
td.TdClassName
{
border-color: #DA6789;
}
.TagClassName
{
border-color: #DA6789;
}
</style>