Shades of Deep Blush #DA6986
Tints of Deep Blush #DA6986
RGB
CMYK
RGB Variations
Color information
#DA6986 (or 0xDA6986) is known color: Deep Blush. HEX triplet: DA, 69 and 86. RGB value is (218,105,134). Sum of RGB (Red+Green+Blue) = 218+105+134=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6986 is #259679. Grayscale: #8E8E8E. Windows color (decimal): -2463354 or 8808922. OLE color: 8808922.
HSL color Cylindrical-coordinate representation of color #DA6986: hue angle of 344.6º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6986 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 134 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.15 |
| HSL | 344.6º | 0.6% | 0.63% | - |
| HSV(B) | 344.6º | 0.52% | 0.85% | - |
| XYZ | 38.27 | 26.73 | 25.7 | - |
| YUV | 142.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 134 | 0 | 0.52 | 0.39 | 0.15 | 344.6 | 0.6 | 0.63 |
| Hex | DA | 69 | 86 | 0 | 34 | 27 | F | 159 | 3C | 3F |
| Octal | 332 | 151 | 206 | 0 | 64 | 47 | 17 | 531 | 74 | 77 |
| Binary | 11011010 | 1101001 | 10000110 | 0 | 110100 | 100111 | 1111 | 101011001 | 111100 | 111111 |
Color Harmonies of #DA6986
Complementary color
Monochromatic Colors of #DA6986
Black with #DA6986
Text Example
Text Example
White with #DA6986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6986; }
p { color: rgb(218,105,134); }
H1.HeaderClassName
{
color: #DA6986;
}
.AnyTagClassName
{
color: #DA6986;
}
</style>
background-color css
<style>
a { background-color: #DA6986; }
a { background-color: rgb(218,105,134); }
div.DivClassName
{
background-color: #DA6986;
}
.BgClassName
{
background-color: #DA6986;
}
</style>
border-color css
<style>
span { border-color: #DA6986; }
span { border-color: rgb(218,105,134); }
td.TdClassName
{
border-color: #DA6986;
}
.TagClassName
{
border-color: #DA6986;
}
</style>