Shades of Deep Blush #DA6B86
Tints of Deep Blush #DA6B86
RGB
CMYK
RGB Variations
Color information
#DA6B86 (or 0xDA6B86) is known color: Deep Blush. HEX triplet: DA, 6B and 86. RGB value is (218,107,134). Sum of RGB (Red+Green+Blue) = 218+107+134=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6B86 is #259479. Grayscale: #8F8F8F. Windows color (decimal): -2462842 or 8809434. OLE color: 8809434.
HSL color Cylindrical-coordinate representation of color #DA6B86: hue angle of 345.41º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6B86 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 134 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.15 |
| HSL | 345.41º | 0.6% | 0.64% | - |
| HSV(B) | 345.41º | 0.51% | 0.85% | - |
| XYZ | 38.47 | 27.14 | 25.77 | - |
| YUV | 143.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 134 | 0 | 0.51 | 0.39 | 0.15 | 345.41 | 0.6 | 0.64 |
| Hex | DA | 6B | 86 | 0 | 33 | 27 | F | 159 | 3C | 40 |
| Octal | 332 | 153 | 206 | 0 | 63 | 47 | 17 | 531 | 74 | 100 |
| Binary | 11011010 | 1101011 | 10000110 | 0 | 110011 | 100111 | 1111 | 101011001 | 111100 | 1000000 |
Color Harmonies of #DA6B86
Complementary color
Monochromatic Colors of #DA6B86
Black with #DA6B86
Text Example
Text Example
White with #DA6B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B86; }
p { color: rgb(218,107,134); }
H1.HeaderClassName
{
color: #DA6B86;
}
.AnyTagClassName
{
color: #DA6B86;
}
</style>
background-color css
<style>
a { background-color: #DA6B86; }
a { background-color: rgb(218,107,134); }
div.DivClassName
{
background-color: #DA6B86;
}
.BgClassName
{
background-color: #DA6B86;
}
</style>
border-color css
<style>
span { border-color: #DA6B86; }
span { border-color: rgb(218,107,134); }
td.TdClassName
{
border-color: #DA6B86;
}
.TagClassName
{
border-color: #DA6B86;
}
</style>