Shades of Deep Blush #DA6982
Tints of Deep Blush #DA6982
RGB
CMYK
RGB Variations
Color information
#DA6982 (or 0xDA6982) is known color: Deep Blush. HEX triplet: DA, 69 and 82. RGB value is (218,105,130). Sum of RGB (Red+Green+Blue) = 218+105+130=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6982 is #25967D. Grayscale: #8D8D8D. Windows color (decimal): -2463358 or 8546778. OLE color: 8546778.
HSL color Cylindrical-coordinate representation of color #DA6982: hue angle of 346.73º degrees, saturation: 0.6, 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 #DA6982 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 130 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.15 |
| HSL | 346.73º | 0.6% | 0.63% | - |
| HSV(B) | 346.73º | 0.52% | 0.85% | - |
| XYZ | 37.99 | 26.62 | 24.25 | - |
| YUV | 141.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 130 | 0 | 0.52 | 0.40 | 0.15 | 346.73 | 0.6 | 0.63 |
| Hex | DA | 69 | 82 | 0 | 34 | 28 | F | 15B | 3C | 3F |
| Octal | 332 | 151 | 202 | 0 | 64 | 50 | 17 | 533 | 74 | 77 |
| Binary | 11011010 | 1101001 | 10000010 | 0 | 110100 | 101000 | 1111 | 101011011 | 111100 | 111111 |
Color Harmonies of #DA6982
Complementary color
Monochromatic Colors of #DA6982
Black with #DA6982
Text Example
Text Example
White with #DA6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6982; }
p { color: rgb(218,105,130); }
H1.HeaderClassName
{
color: #DA6982;
}
.AnyTagClassName
{
color: #DA6982;
}
</style>
background-color css
<style>
a { background-color: #DA6982; }
a { background-color: rgb(218,105,130); }
div.DivClassName
{
background-color: #DA6982;
}
.BgClassName
{
background-color: #DA6982;
}
</style>
border-color css
<style>
span { border-color: #DA6982; }
span { border-color: rgb(218,105,130); }
td.TdClassName
{
border-color: #DA6982;
}
.TagClassName
{
border-color: #DA6982;
}
</style>