Shades of Deep Blush #DB6184
Tints of Deep Blush #DB6184
RGB
CMYK
RGB Variations
Color information
#DB6184 (or 0xDB6184) is known color: Deep Blush. HEX triplet: DB, 61 and 84. RGB value is (219,97,132). Sum of RGB (Red+Green+Blue) = 219+97+132=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6184 is #249E7B. Grayscale: #898989. Windows color (decimal): -2399868 or 8675803. OLE color: 8675803.
HSL color Cylindrical-coordinate representation of color #DB6184: hue angle of 342.79º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6184 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 132 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.14 |
| HSL | 342.79º | 0.63% | 0.62% | - |
| HSV(B) | 342.79º | 0.56% | 0.86% | - |
| XYZ | 37.65 | 25.28 | 24.72 | - |
| YUV | 137.47 | 124.92 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 132 | 0 | 0.56 | 0.40 | 0.14 | 342.79 | 0.63 | 0.62 |
| Hex | DB | 61 | 84 | 0 | 38 | 28 | E | 157 | 3F | 3E |
| Octal | 333 | 141 | 204 | 0 | 70 | 50 | 16 | 527 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10000100 | 0 | 111000 | 101000 | 1110 | 101010111 | 111111 | 111110 |
Color Harmonies of #DB6184
Complementary color
Monochromatic Colors of #DB6184
Black with #DB6184
Text Example
Text Example
White with #DB6184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6184; }
p { color: rgb(219,97,132); }
H1.HeaderClassName
{
color: #DB6184;
}
.AnyTagClassName
{
color: #DB6184;
}
</style>
background-color css
<style>
a { background-color: #DB6184; }
a { background-color: rgb(219,97,132); }
div.DivClassName
{
background-color: #DB6184;
}
.BgClassName
{
background-color: #DB6184;
}
</style>
border-color css
<style>
span { border-color: #DB6184; }
span { border-color: rgb(219,97,132); }
td.TdClassName
{
border-color: #DB6184;
}
.TagClassName
{
border-color: #DB6184;
}
</style>