Shades of Deep Blush #DA6F80
Tints of Deep Blush #DA6F80
RGB
CMYK
RGB Variations
Color information
#DA6F80 (or 0xDA6F80) is known color: Deep Blush. HEX triplet: DA, 6F and 80. RGB value is (218,111,128). Sum of RGB (Red+Green+Blue) = 218+111+128=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6F80 is #25907F. Grayscale: #909090. Windows color (decimal): -2461824 or 8417242. OLE color: 8417242.
HSL color Cylindrical-coordinate representation of color #DA6F80: hue angle of 350.47º 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 #DA6F80 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 128 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.15 |
| HSL | 350.47º | 0.59% | 0.65% | - |
| HSV(B) | 350.47º | 0.49% | 0.85% | - |
| XYZ | 38.49 | 27.83 | 23.77 | - |
| YUV | 144.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 128 | 0 | 0.49 | 0.41 | 0.15 | 350.47 | 0.59 | 0.65 |
| Hex | DA | 6F | 80 | 0 | 31 | 29 | F | 15E | 3B | 41 |
| Octal | 332 | 157 | 200 | 0 | 61 | 51 | 17 | 536 | 73 | 101 |
| Binary | 11011010 | 1101111 | 10000000 | 0 | 110001 | 101001 | 1111 | 101011110 | 111011 | 1000001 |
Color Harmonies of #DA6F80
Complementary color
Monochromatic Colors of #DA6F80
Black with #DA6F80
Text Example
Text Example
White with #DA6F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6F80; }
p { color: rgb(218,111,128); }
H1.HeaderClassName
{
color: #DA6F80;
}
.AnyTagClassName
{
color: #DA6F80;
}
</style>
background-color css
<style>
a { background-color: #DA6F80; }
a { background-color: rgb(218,111,128); }
div.DivClassName
{
background-color: #DA6F80;
}
.BgClassName
{
background-color: #DA6F80;
}
</style>
border-color css
<style>
span { border-color: #DA6F80; }
span { border-color: rgb(218,111,128); }
td.TdClassName
{
border-color: #DA6F80;
}
.TagClassName
{
border-color: #DA6F80;
}
</style>