Shades of Deep Blush #DA6689
Tints of Deep Blush #DA6689
RGB
CMYK
RGB Variations
Color information
#DA6689 (or 0xDA6689) is known color: Deep Blush. HEX triplet: DA, 66 and 89. RGB value is (218,102,137). Sum of RGB (Red+Green+Blue) = 218+102+137=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6689 is #259976. Grayscale: #8C8C8C. Windows color (decimal): -2464119 or 9004762. OLE color: 9004762.
HSL color Cylindrical-coordinate representation of color #DA6689: hue angle of 341.9º 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 #DA6689 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 137 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.15 |
| HSL | 341.9º | 0.61% | 0.63% | - |
| HSV(B) | 341.9º | 0.53% | 0.85% | - |
| XYZ | 38.18 | 26.21 | 26.71 | - |
| YUV | 140.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 137 | 0 | 0.53 | 0.37 | 0.15 | 341.9 | 0.61 | 0.63 |
| Hex | DA | 66 | 89 | 0 | 35 | 25 | F | 156 | 3D | 3F |
| Octal | 332 | 146 | 211 | 0 | 65 | 45 | 17 | 526 | 75 | 77 |
| Binary | 11011010 | 1100110 | 10001001 | 0 | 110101 | 100101 | 1111 | 101010110 | 111101 | 111111 |
Color Harmonies of #DA6689
Complementary color
Monochromatic Colors of #DA6689
Black with #DA6689
Text Example
Text Example
White with #DA6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6689; }
p { color: rgb(218,102,137); }
H1.HeaderClassName
{
color: #DA6689;
}
.AnyTagClassName
{
color: #DA6689;
}
</style>
background-color css
<style>
a { background-color: #DA6689; }
a { background-color: rgb(218,102,137); }
div.DivClassName
{
background-color: #DA6689;
}
.BgClassName
{
background-color: #DA6689;
}
</style>
border-color css
<style>
span { border-color: #DA6689; }
span { border-color: rgb(218,102,137); }
td.TdClassName
{
border-color: #DA6689;
}
.TagClassName
{
border-color: #DA6689;
}
</style>