Shades of Deep Blush #DA6F89
Tints of Deep Blush #DA6F89
RGB
CMYK
RGB Variations
Color information
#DA6F89 (or 0xDA6F89) is known color: Deep Blush. HEX triplet: DA, 6F and 89. RGB value is (218,111,137). Sum of RGB (Red+Green+Blue) = 218+111+137=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6F89 is #259076. Grayscale: #919191. Windows color (decimal): -2461815 or 9007066. OLE color: 9007066.
HSL color Cylindrical-coordinate representation of color #DA6F89: hue angle of 345.42º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6F89 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 137 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.15 |
| HSL | 345.42º | 0.59% | 0.65% | - |
| HSV(B) | 345.42º | 0.49% | 0.85% | - |
| XYZ | 39.11 | 28.08 | 27.03 | - |
| YUV | 145.96 | 122.95 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 137 | 0 | 0.49 | 0.37 | 0.15 | 345.42 | 0.59 | 0.65 |
| Hex | DA | 6F | 89 | 0 | 31 | 25 | F | 159 | 3B | 41 |
| Octal | 332 | 157 | 211 | 0 | 61 | 45 | 17 | 531 | 73 | 101 |
| Binary | 11011010 | 1101111 | 10001001 | 0 | 110001 | 100101 | 1111 | 101011001 | 111011 | 1000001 |
Color Harmonies of #DA6F89
Complementary color
Monochromatic Colors of #DA6F89
Black with #DA6F89
Text Example
Text Example
White with #DA6F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6F89; }
p { color: rgb(218,111,137); }
H1.HeaderClassName
{
color: #DA6F89;
}
.AnyTagClassName
{
color: #DA6F89;
}
</style>
background-color css
<style>
a { background-color: #DA6F89; }
a { background-color: rgb(218,111,137); }
div.DivClassName
{
background-color: #DA6F89;
}
.BgClassName
{
background-color: #DA6F89;
}
</style>
border-color css
<style>
span { border-color: #DA6F89; }
span { border-color: rgb(218,111,137); }
td.TdClassName
{
border-color: #DA6F89;
}
.TagClassName
{
border-color: #DA6F89;
}
</style>