Shades of Deep Blush #DA6880
Tints of Deep Blush #DA6880
RGB
CMYK
RGB Variations
Color information
#DA6880 (or 0xDA6880) is known color: Deep Blush. HEX triplet: DA, 68 and 80. RGB value is (218,104,128). Sum of RGB (Red+Green+Blue) = 218+104+128=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6880 is #25977F. Grayscale: #8C8C8C. Windows color (decimal): -2463616 or 8415450. OLE color: 8415450.
HSL color Cylindrical-coordinate representation of color #DA6880: hue angle of 347.37º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6880 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 128 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.15 |
| HSL | 347.37º | 0.61% | 0.63% | - |
| HSV(B) | 347.37º | 0.52% | 0.85% | - |
| XYZ | 37.76 | 26.36 | 23.52 | - |
| YUV | 140.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 128 | 0 | 0.52 | 0.41 | 0.15 | 347.37 | 0.61 | 0.63 |
| Hex | DA | 68 | 80 | 0 | 34 | 29 | F | 15B | 3D | 3F |
| Octal | 332 | 150 | 200 | 0 | 64 | 51 | 17 | 533 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10000000 | 0 | 110100 | 101001 | 1111 | 101011011 | 111101 | 111111 |
Color Harmonies of #DA6880
Complementary color
Monochromatic Colors of #DA6880
Black with #DA6880
Text Example
Text Example
White with #DA6880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6880; }
p { color: rgb(218,104,128); }
H1.HeaderClassName
{
color: #DA6880;
}
.AnyTagClassName
{
color: #DA6880;
}
</style>
background-color css
<style>
a { background-color: #DA6880; }
a { background-color: rgb(218,104,128); }
div.DivClassName
{
background-color: #DA6880;
}
.BgClassName
{
background-color: #DA6880;
}
</style>
border-color css
<style>
span { border-color: #DA6880; }
span { border-color: rgb(218,104,128); }
td.TdClassName
{
border-color: #DA6880;
}
.TagClassName
{
border-color: #DA6880;
}
</style>