Shades of Deep Blush #DA6882
Tints of Deep Blush #DA6882
RGB
CMYK
RGB Variations
Color information
#DA6882 (or 0xDA6882) is known color: Deep Blush. HEX triplet: DA, 68 and 82. RGB value is (218,104,130). Sum of RGB (Red+Green+Blue) = 218+104+130=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6882 is #25977D. Grayscale: #8D8D8D. Windows color (decimal): -2463614 or 8546522. OLE color: 8546522.
HSL color Cylindrical-coordinate representation of color #DA6882: hue angle of 346.32º 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 #DA6882 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 130 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.15 |
| HSL | 346.32º | 0.61% | 0.63% | - |
| HSV(B) | 346.32º | 0.52% | 0.85% | - |
| XYZ | 37.89 | 26.42 | 24.22 | - |
| YUV | 141.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 130 | 0 | 0.52 | 0.40 | 0.15 | 346.32 | 0.61 | 0.63 |
| Hex | DA | 68 | 82 | 0 | 34 | 28 | F | 15A | 3D | 3F |
| Octal | 332 | 150 | 202 | 0 | 64 | 50 | 17 | 532 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10000010 | 0 | 110100 | 101000 | 1111 | 101011010 | 111101 | 111111 |
Color Harmonies of #DA6882
Complementary color
Monochromatic Colors of #DA6882
Black with #DA6882
Text Example
Text Example
White with #DA6882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6882; }
p { color: rgb(218,104,130); }
H1.HeaderClassName
{
color: #DA6882;
}
.AnyTagClassName
{
color: #DA6882;
}
</style>
background-color css
<style>
a { background-color: #DA6882; }
a { background-color: rgb(218,104,130); }
div.DivClassName
{
background-color: #DA6882;
}
.BgClassName
{
background-color: #DA6882;
}
</style>
border-color css
<style>
span { border-color: #DA6882; }
span { border-color: rgb(218,104,130); }
td.TdClassName
{
border-color: #DA6882;
}
.TagClassName
{
border-color: #DA6882;
}
</style>