Shades of Deep Blush #DA6586
Tints of Deep Blush #DA6586
RGB
CMYK
RGB Variations
Color information
#DA6586 (or 0xDA6586) is known color: Deep Blush. HEX triplet: DA, 65 and 86. RGB value is (218,101,134). Sum of RGB (Red+Green+Blue) = 218+101+134=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6586 is #259A79. Grayscale: #8B8B8B. Windows color (decimal): -2464378 or 8807898. OLE color: 8807898.
HSL color Cylindrical-coordinate representation of color #DA6586: hue angle of 343.08º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6586 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 134 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.15 |
| HSL | 343.08º | 0.61% | 0.63% | - |
| HSV(B) | 343.08º | 0.54% | 0.85% | - |
| XYZ | 37.87 | 25.93 | 25.56 | - |
| YUV | 139.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 134 | 0 | 0.54 | 0.39 | 0.15 | 343.08 | 0.61 | 0.63 |
| Hex | DA | 65 | 86 | 0 | 36 | 27 | F | 157 | 3D | 3F |
| Octal | 332 | 145 | 206 | 0 | 66 | 47 | 17 | 527 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10000110 | 0 | 110110 | 100111 | 1111 | 101010111 | 111101 | 111111 |
Color Harmonies of #DA6586
Complementary color
Monochromatic Colors of #DA6586
Black with #DA6586
Text Example
Text Example
White with #DA6586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6586; }
p { color: rgb(218,101,134); }
H1.HeaderClassName
{
color: #DA6586;
}
.AnyTagClassName
{
color: #DA6586;
}
</style>
background-color css
<style>
a { background-color: #DA6586; }
a { background-color: rgb(218,101,134); }
div.DivClassName
{
background-color: #DA6586;
}
.BgClassName
{
background-color: #DA6586;
}
</style>
border-color css
<style>
span { border-color: #DA6586; }
span { border-color: rgb(218,101,134); }
td.TdClassName
{
border-color: #DA6586;
}
.TagClassName
{
border-color: #DA6586;
}
</style>