Shades of Deep Blush #DA6E8B
Tints of Deep Blush #DA6E8B
RGB
CMYK
RGB Variations
Color information
#DA6E8B (or 0xDA6E8B) is known color: Deep Blush. HEX triplet: DA, 6E and 8B. RGB value is (218,110,139). Sum of RGB (Red+Green+Blue) = 218+110+139=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E8B is #259174. Grayscale: #919191. Windows color (decimal): -2462069 or 9137882. OLE color: 9137882.
HSL color Cylindrical-coordinate representation of color #DA6E8B: hue angle of 343.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6E8B is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 139 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.15 |
| HSL | 343.89º | 0.59% | 0.64% | - |
| HSV(B) | 343.89º | 0.5% | 0.85% | - |
| XYZ | 39.15 | 27.92 | 27.75 | - |
| YUV | 145.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 139 | 0 | 0.50 | 0.36 | 0.15 | 343.89 | 0.59 | 0.64 |
| Hex | DA | 6E | 8B | 0 | 32 | 24 | F | 158 | 3B | 40 |
| Octal | 332 | 156 | 213 | 0 | 62 | 44 | 17 | 530 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10001011 | 0 | 110010 | 100100 | 1111 | 101011000 | 111011 | 1000000 |
Color Harmonies of #DA6E8B
Complementary color
Monochromatic Colors of #DA6E8B
Black with #DA6E8B
Text Example
Text Example
White with #DA6E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E8B; }
p { color: rgb(218,110,139); }
H1.HeaderClassName
{
color: #DA6E8B;
}
.AnyTagClassName
{
color: #DA6E8B;
}
</style>
background-color css
<style>
a { background-color: #DA6E8B; }
a { background-color: rgb(218,110,139); }
div.DivClassName
{
background-color: #DA6E8B;
}
.BgClassName
{
background-color: #DA6E8B;
}
</style>
border-color css
<style>
span { border-color: #DA6E8B; }
span { border-color: rgb(218,110,139); }
td.TdClassName
{
border-color: #DA6E8B;
}
.TagClassName
{
border-color: #DA6E8B;
}
</style>