Shades of Deep Blush #DA6A83
Tints of Deep Blush #DA6A83
RGB
CMYK
RGB Variations
Color information
#DA6A83 (or 0xDA6A83) is known color: Deep Blush. HEX triplet: DA, 6A and 83. RGB value is (218,106,131). Sum of RGB (Red+Green+Blue) = 218+106+131=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6A83 is #25957C. Grayscale: #8E8E8E. Windows color (decimal): -2463101 or 8612570. OLE color: 8612570.
HSL color Cylindrical-coordinate representation of color #DA6A83: hue angle of 346.61º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6A83 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 131 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.15 |
| HSL | 346.61º | 0.6% | 0.64% | - |
| HSV(B) | 346.61º | 0.51% | 0.85% | - |
| XYZ | 38.16 | 26.85 | 24.64 | - |
| YUV | 142.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 131 | 0 | 0.51 | 0.40 | 0.15 | 346.61 | 0.6 | 0.64 |
| Hex | DA | 6A | 83 | 0 | 33 | 28 | F | 15B | 3C | 40 |
| Octal | 332 | 152 | 203 | 0 | 63 | 50 | 17 | 533 | 74 | 100 |
| Binary | 11011010 | 1101010 | 10000011 | 0 | 110011 | 101000 | 1111 | 101011011 | 111100 | 1000000 |
Color Harmonies of #DA6A83
Complementary color
Monochromatic Colors of #DA6A83
Black with #DA6A83
Text Example
Text Example
White with #DA6A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A83; }
p { color: rgb(218,106,131); }
H1.HeaderClassName
{
color: #DA6A83;
}
.AnyTagClassName
{
color: #DA6A83;
}
</style>
background-color css
<style>
a { background-color: #DA6A83; }
a { background-color: rgb(218,106,131); }
div.DivClassName
{
background-color: #DA6A83;
}
.BgClassName
{
background-color: #DA6A83;
}
</style>
border-color css
<style>
span { border-color: #DA6A83; }
span { border-color: rgb(218,106,131); }
td.TdClassName
{
border-color: #DA6A83;
}
.TagClassName
{
border-color: #DA6A83;
}
</style>