Shades of Deep Blush #DA6B83
Tints of Deep Blush #DA6B83
RGB
CMYK
RGB Variations
Color information
#DA6B83 (or 0xDA6B83) is known color: Deep Blush. HEX triplet: DA, 6B and 83. RGB value is (218,107,131). Sum of RGB (Red+Green+Blue) = 218+107+131=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6B83 is #25947C. Grayscale: #8E8E8E. Windows color (decimal): -2462845 or 8612826. OLE color: 8612826.
HSL color Cylindrical-coordinate representation of color #DA6B83: hue angle of 347.03º 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 #DA6B83 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 131 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.15 |
| HSL | 347.03º | 0.6% | 0.64% | - |
| HSV(B) | 347.03º | 0.51% | 0.85% | - |
| XYZ | 38.27 | 27.06 | 24.68 | - |
| YUV | 142.93 | 121.27 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 131 | 0 | 0.51 | 0.40 | 0.15 | 347.03 | 0.6 | 0.64 |
| Hex | DA | 6B | 83 | 0 | 33 | 28 | F | 15B | 3C | 40 |
| Octal | 332 | 153 | 203 | 0 | 63 | 50 | 17 | 533 | 74 | 100 |
| Binary | 11011010 | 1101011 | 10000011 | 0 | 110011 | 101000 | 1111 | 101011011 | 111100 | 1000000 |
Color Harmonies of #DA6B83
Complementary color
Monochromatic Colors of #DA6B83
Black with #DA6B83
Text Example
Text Example
White with #DA6B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B83; }
p { color: rgb(218,107,131); }
H1.HeaderClassName
{
color: #DA6B83;
}
.AnyTagClassName
{
color: #DA6B83;
}
</style>
background-color css
<style>
a { background-color: #DA6B83; }
a { background-color: rgb(218,107,131); }
div.DivClassName
{
background-color: #DA6B83;
}
.BgClassName
{
background-color: #DA6B83;
}
</style>
border-color css
<style>
span { border-color: #DA6B83; }
span { border-color: rgb(218,107,131); }
td.TdClassName
{
border-color: #DA6B83;
}
.TagClassName
{
border-color: #DA6B83;
}
</style>