Shades of Deep Blush #DA6387
Tints of Deep Blush #DA6387
RGB
CMYK
RGB Variations
Color information
#DA6387 (or 0xDA6387) is known color: Deep Blush. HEX triplet: DA, 63 and 87. RGB value is (218,99,135). Sum of RGB (Red+Green+Blue) = 218+99+135=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6387 is #259C78. Grayscale: #8A8A8A. Windows color (decimal): -2464889 or 8872922. OLE color: 8872922.
HSL color Cylindrical-coordinate representation of color #DA6387: hue angle of 341.85º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6387 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 135 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.15 |
| HSL | 341.85º | 0.62% | 0.62% | - |
| HSV(B) | 341.85º | 0.55% | 0.85% | - |
| XYZ | 37.75 | 25.58 | 25.87 | - |
| YUV | 138.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 135 | 0 | 0.55 | 0.38 | 0.15 | 341.85 | 0.62 | 0.62 |
| Hex | DA | 63 | 87 | 0 | 37 | 26 | F | 156 | 3E | 3E |
| Octal | 332 | 143 | 207 | 0 | 67 | 46 | 17 | 526 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10000111 | 0 | 110111 | 100110 | 1111 | 101010110 | 111110 | 111110 |
Color Harmonies of #DA6387
Complementary color
Monochromatic Colors of #DA6387
Black with #DA6387
Text Example
Text Example
White with #DA6387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6387; }
p { color: rgb(218,99,135); }
H1.HeaderClassName
{
color: #DA6387;
}
.AnyTagClassName
{
color: #DA6387;
}
</style>
background-color css
<style>
a { background-color: #DA6387; }
a { background-color: rgb(218,99,135); }
div.DivClassName
{
background-color: #DA6387;
}
.BgClassName
{
background-color: #DA6387;
}
</style>
border-color css
<style>
span { border-color: #DA6387; }
span { border-color: rgb(218,99,135); }
td.TdClassName
{
border-color: #DA6387;
}
.TagClassName
{
border-color: #DA6387;
}
</style>