Shades of Deep Blush #DA6184
Tints of Deep Blush #DA6184
RGB
CMYK
RGB Variations
Color information
#DA6184 (or 0xDA6184) is known color: Deep Blush. HEX triplet: DA, 61 and 84. RGB value is (218,97,132). Sum of RGB (Red+Green+Blue) = 218+97+132=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6184 is #259E7B. Grayscale: #898989. Windows color (decimal): -2465404 or 8675802. OLE color: 8675802.
HSL color Cylindrical-coordinate representation of color #DA6184: hue angle of 342.64º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6184 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 132 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.15 |
| HSL | 342.64º | 0.62% | 0.62% | - |
| HSV(B) | 342.64º | 0.56% | 0.85% | - |
| XYZ | 37.35 | 25.12 | 24.71 | - |
| YUV | 137.17 | 125.09 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 132 | 0 | 0.56 | 0.39 | 0.15 | 342.64 | 0.62 | 0.62 |
| Hex | DA | 61 | 84 | 0 | 38 | 27 | F | 157 | 3E | 3E |
| Octal | 332 | 141 | 204 | 0 | 70 | 47 | 17 | 527 | 76 | 76 |
| Binary | 11011010 | 1100001 | 10000100 | 0 | 111000 | 100111 | 1111 | 101010111 | 111110 | 111110 |
Color Harmonies of #DA6184
Complementary color
Monochromatic Colors of #DA6184
Black with #DA6184
Text Example
Text Example
White with #DA6184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6184; }
p { color: rgb(218,97,132); }
H1.HeaderClassName
{
color: #DA6184;
}
.AnyTagClassName
{
color: #DA6184;
}
</style>
background-color css
<style>
a { background-color: #DA6184; }
a { background-color: rgb(218,97,132); }
div.DivClassName
{
background-color: #DA6184;
}
.BgClassName
{
background-color: #DA6184;
}
</style>
border-color css
<style>
span { border-color: #DA6184; }
span { border-color: rgb(218,97,132); }
td.TdClassName
{
border-color: #DA6184;
}
.TagClassName
{
border-color: #DA6184;
}
</style>