Shades of Deep Blush #DA6786
Tints of Deep Blush #DA6786
RGB
CMYK
RGB Variations
Color information
#DA6786 (or 0xDA6786) is known color: Deep Blush. HEX triplet: DA, 67 and 86. RGB value is (218,103,134). Sum of RGB (Red+Green+Blue) = 218+103+134=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6786 is #259879. Grayscale: #8C8C8C. Windows color (decimal): -2463866 or 8808410. OLE color: 8808410.
HSL color Cylindrical-coordinate representation of color #DA6786: hue angle of 343.83º 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 #DA6786 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 134 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.15 |
| HSL | 343.83º | 0.61% | 0.63% | - |
| HSV(B) | 343.83º | 0.53% | 0.85% | - |
| XYZ | 38.07 | 26.33 | 25.63 | - |
| YUV | 140.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 134 | 0 | 0.53 | 0.39 | 0.15 | 343.83 | 0.61 | 0.63 |
| Hex | DA | 67 | 86 | 0 | 35 | 27 | F | 158 | 3D | 3F |
| Octal | 332 | 147 | 206 | 0 | 65 | 47 | 17 | 530 | 75 | 77 |
| Binary | 11011010 | 1100111 | 10000110 | 0 | 110101 | 100111 | 1111 | 101011000 | 111101 | 111111 |
Color Harmonies of #DA6786
Complementary color
Monochromatic Colors of #DA6786
Black with #DA6786
Text Example
Text Example
White with #DA6786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6786; }
p { color: rgb(218,103,134); }
H1.HeaderClassName
{
color: #DA6786;
}
.AnyTagClassName
{
color: #DA6786;
}
</style>
background-color css
<style>
a { background-color: #DA6786; }
a { background-color: rgb(218,103,134); }
div.DivClassName
{
background-color: #DA6786;
}
.BgClassName
{
background-color: #DA6786;
}
</style>
border-color css
<style>
span { border-color: #DA6786; }
span { border-color: rgb(218,103,134); }
td.TdClassName
{
border-color: #DA6786;
}
.TagClassName
{
border-color: #DA6786;
}
</style>