Shades of Deep Blush #DA6582
Tints of Deep Blush #DA6582
RGB
CMYK
RGB Variations
Color information
#DA6582 (or 0xDA6582) is known color: Deep Blush. HEX triplet: DA, 65 and 82. RGB value is (218,101,130). Sum of RGB (Red+Green+Blue) = 218+101+130=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6582 is #259A7D. Grayscale: #8B8B8B. Windows color (decimal): -2464382 or 8545754. OLE color: 8545754.
HSL color Cylindrical-coordinate representation of color #DA6582: hue angle of 345.13º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6582 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 130 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.15 |
| HSL | 345.13º | 0.61% | 0.63% | - |
| HSV(B) | 345.13º | 0.54% | 0.85% | - |
| XYZ | 37.6 | 25.82 | 24.12 | - |
| YUV | 139.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 130 | 0 | 0.54 | 0.40 | 0.15 | 345.13 | 0.61 | 0.63 |
| Hex | DA | 65 | 82 | 0 | 36 | 28 | F | 159 | 3D | 3F |
| Octal | 332 | 145 | 202 | 0 | 66 | 50 | 17 | 531 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10000010 | 0 | 110110 | 101000 | 1111 | 101011001 | 111101 | 111111 |
Color Harmonies of #DA6582
Complementary color
Monochromatic Colors of #DA6582
Black with #DA6582
Text Example
Text Example
White with #DA6582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6582; }
p { color: rgb(218,101,130); }
H1.HeaderClassName
{
color: #DA6582;
}
.AnyTagClassName
{
color: #DA6582;
}
</style>
background-color css
<style>
a { background-color: #DA6582; }
a { background-color: rgb(218,101,130); }
div.DivClassName
{
background-color: #DA6582;
}
.BgClassName
{
background-color: #DA6582;
}
</style>
border-color css
<style>
span { border-color: #DA6582; }
span { border-color: rgb(218,101,130); }
td.TdClassName
{
border-color: #DA6582;
}
.TagClassName
{
border-color: #DA6582;
}
</style>