Shades of Deep Blush #DA6282
Tints of Deep Blush #DA6282
RGB
CMYK
RGB Variations
Color information
#DA6282 (or 0xDA6282) is known color: Deep Blush. HEX triplet: DA, 62 and 82. RGB value is (218,98,130). Sum of RGB (Red+Green+Blue) = 218+98+130=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6282 is #259D7D. Grayscale: #898989. Windows color (decimal): -2465150 or 8544986. OLE color: 8544986.
HSL color Cylindrical-coordinate representation of color #DA6282: hue angle of 344º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6282 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 130 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.15 |
| HSL | 344º | 0.62% | 0.62% | - |
| HSV(B) | 344º | 0.55% | 0.85% | - |
| XYZ | 37.31 | 25.25 | 24.03 | - |
| YUV | 137.53 | 123.76 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 130 | 0 | 0.55 | 0.40 | 0.15 | 344 | 0.62 | 0.62 |
| Hex | DA | 62 | 82 | 0 | 37 | 28 | F | 158 | 3E | 3E |
| Octal | 332 | 142 | 202 | 0 | 67 | 50 | 17 | 530 | 76 | 76 |
| Binary | 11011010 | 1100010 | 10000010 | 0 | 110111 | 101000 | 1111 | 101011000 | 111110 | 111110 |
Color Harmonies of #DA6282
Complementary color
Monochromatic Colors of #DA6282
Black with #DA6282
Text Example
Text Example
White with #DA6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6282; }
p { color: rgb(218,98,130); }
H1.HeaderClassName
{
color: #DA6282;
}
.AnyTagClassName
{
color: #DA6282;
}
</style>
background-color css
<style>
a { background-color: #DA6282; }
a { background-color: rgb(218,98,130); }
div.DivClassName
{
background-color: #DA6282;
}
.BgClassName
{
background-color: #DA6282;
}
</style>
border-color css
<style>
span { border-color: #DA6282; }
span { border-color: rgb(218,98,130); }
td.TdClassName
{
border-color: #DA6282;
}
.TagClassName
{
border-color: #DA6282;
}
</style>