Shades of Deep Blush #DA6487
Tints of Deep Blush #DA6487
RGB
CMYK
RGB Variations
Color information
#DA6487 (or 0xDA6487) is known color: Deep Blush. HEX triplet: DA, 64 and 87. RGB value is (218,100,135). Sum of RGB (Red+Green+Blue) = 218+100+135=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6487 is #259B78. Grayscale: #8B8B8B. Windows color (decimal): -2464633 or 8873178. OLE color: 8873178.
HSL color Cylindrical-coordinate representation of color #DA6487: hue angle of 342.2º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6487 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 135 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.15 |
| HSL | 342.2º | 0.61% | 0.62% | - |
| HSV(B) | 342.2º | 0.54% | 0.85% | - |
| XYZ | 37.84 | 25.77 | 25.9 | - |
| YUV | 139.27 | 125.59 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 135 | 0 | 0.54 | 0.38 | 0.15 | 342.2 | 0.61 | 0.62 |
| Hex | DA | 64 | 87 | 0 | 36 | 26 | F | 156 | 3D | 3E |
| Octal | 332 | 144 | 207 | 0 | 66 | 46 | 17 | 526 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10000111 | 0 | 110110 | 100110 | 1111 | 101010110 | 111101 | 111110 |
Color Harmonies of #DA6487
Complementary color
Monochromatic Colors of #DA6487
Black with #DA6487
Text Example
Text Example
White with #DA6487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6487; }
p { color: rgb(218,100,135); }
H1.HeaderClassName
{
color: #DA6487;
}
.AnyTagClassName
{
color: #DA6487;
}
</style>
background-color css
<style>
a { background-color: #DA6487; }
a { background-color: rgb(218,100,135); }
div.DivClassName
{
background-color: #DA6487;
}
.BgClassName
{
background-color: #DA6487;
}
</style>
border-color css
<style>
span { border-color: #DA6487; }
span { border-color: rgb(218,100,135); }
td.TdClassName
{
border-color: #DA6487;
}
.TagClassName
{
border-color: #DA6487;
}
</style>