Shades of Deep Blush #DA6482
Tints of Deep Blush #DA6482
RGB
CMYK
RGB Variations
Color information
#DA6482 (or 0xDA6482) is known color: Deep Blush. HEX triplet: DA, 64 and 82. RGB value is (218,100,130). Sum of RGB (Red+Green+Blue) = 218+100+130=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6482 is #259B7D. Grayscale: #8A8A8A. Windows color (decimal): -2464638 or 8545498. OLE color: 8545498.
HSL color Cylindrical-coordinate representation of color #DA6482: hue angle of 344.75º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6482 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 130 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.15 |
| HSL | 344.75º | 0.61% | 0.62% | - |
| HSV(B) | 344.75º | 0.54% | 0.85% | - |
| XYZ | 37.5 | 25.63 | 24.09 | - |
| YUV | 138.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 130 | 0 | 0.54 | 0.40 | 0.15 | 344.75 | 0.61 | 0.62 |
| Hex | DA | 64 | 82 | 0 | 36 | 28 | F | 159 | 3D | 3E |
| Octal | 332 | 144 | 202 | 0 | 66 | 50 | 17 | 531 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10000010 | 0 | 110110 | 101000 | 1111 | 101011001 | 111101 | 111110 |
Color Harmonies of #DA6482
Complementary color
Monochromatic Colors of #DA6482
Black with #DA6482
Text Example
Text Example
White with #DA6482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6482; }
p { color: rgb(218,100,130); }
H1.HeaderClassName
{
color: #DA6482;
}
.AnyTagClassName
{
color: #DA6482;
}
</style>
background-color css
<style>
a { background-color: #DA6482; }
a { background-color: rgb(218,100,130); }
div.DivClassName
{
background-color: #DA6482;
}
.BgClassName
{
background-color: #DA6482;
}
</style>
border-color css
<style>
span { border-color: #DA6482; }
span { border-color: rgb(218,100,130); }
td.TdClassName
{
border-color: #DA6482;
}
.TagClassName
{
border-color: #DA6482;
}
</style>