Shades of Deep Blush #DA6A81
Tints of Deep Blush #DA6A81
RGB
CMYK
RGB Variations
Color information
#DA6A81 (or 0xDA6A81) is known color: Deep Blush. HEX triplet: DA, 6A and 81. RGB value is (218,106,129). Sum of RGB (Red+Green+Blue) = 218+106+129=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6A81 is #25957E. Grayscale: #8E8E8E. Windows color (decimal): -2463103 or 8481498. OLE color: 8481498.
HSL color Cylindrical-coordinate representation of color #DA6A81: hue angle of 347.68º 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 #DA6A81 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 129 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.15 |
| HSL | 347.68º | 0.6% | 0.64% | - |
| HSV(B) | 347.68º | 0.51% | 0.85% | - |
| XYZ | 38.03 | 26.8 | 23.94 | - |
| YUV | 142.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 129 | 0 | 0.51 | 0.41 | 0.15 | 347.68 | 0.6 | 0.64 |
| Hex | DA | 6A | 81 | 0 | 33 | 29 | F | 15C | 3C | 40 |
| Octal | 332 | 152 | 201 | 0 | 63 | 51 | 17 | 534 | 74 | 100 |
| Binary | 11011010 | 1101010 | 10000001 | 0 | 110011 | 101001 | 1111 | 101011100 | 111100 | 1000000 |
Color Harmonies of #DA6A81
Complementary color
Monochromatic Colors of #DA6A81
Black with #DA6A81
Text Example
Text Example
White with #DA6A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A81; }
p { color: rgb(218,106,129); }
H1.HeaderClassName
{
color: #DA6A81;
}
.AnyTagClassName
{
color: #DA6A81;
}
</style>
background-color css
<style>
a { background-color: #DA6A81; }
a { background-color: rgb(218,106,129); }
div.DivClassName
{
background-color: #DA6A81;
}
.BgClassName
{
background-color: #DA6A81;
}
</style>
border-color css
<style>
span { border-color: #DA6A81; }
span { border-color: rgb(218,106,129); }
td.TdClassName
{
border-color: #DA6A81;
}
.TagClassName
{
border-color: #DA6A81;
}
</style>