Shades of Deep Blush #DB6381
Tints of Deep Blush #DB6381
RGB
CMYK
RGB Variations
Color information
#DB6381 (or 0xDB6381) is known color: Deep Blush. HEX triplet: DB, 63 and 81. RGB value is (219,99,129). Sum of RGB (Red+Green+Blue) = 219+99+129=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6381 is #249C7E. Grayscale: #8A8A8A. Windows color (decimal): -2399359 or 8479707. OLE color: 8479707.
HSL color Cylindrical-coordinate representation of color #DB6381: hue angle of 345º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6381 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 129 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.14 |
| HSL | 345º | 0.63% | 0.62% | - |
| HSV(B) | 345º | 0.55% | 0.86% | - |
| XYZ | 37.64 | 25.57 | 23.72 | - |
| YUV | 138.3 | 122.76 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 129 | 0 | 0.55 | 0.41 | 0.14 | 345 | 0.63 | 0.62 |
| Hex | DB | 63 | 81 | 0 | 37 | 29 | E | 159 | 3E | 3E |
| Octal | 333 | 143 | 201 | 0 | 67 | 51 | 16 | 531 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10000001 | 0 | 110111 | 101001 | 1110 | 101011001 | 111110 | 111110 |
Color Harmonies of #DB6381
Complementary color
Monochromatic Colors of #DB6381
Black with #DB6381
Text Example
Text Example
White with #DB6381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6381; }
p { color: rgb(219,99,129); }
H1.HeaderClassName
{
color: #DB6381;
}
.AnyTagClassName
{
color: #DB6381;
}
</style>
background-color css
<style>
a { background-color: #DB6381; }
a { background-color: rgb(219,99,129); }
div.DivClassName
{
background-color: #DB6381;
}
.BgClassName
{
background-color: #DB6381;
}
</style>
border-color css
<style>
span { border-color: #DB6381; }
span { border-color: rgb(219,99,129); }
td.TdClassName
{
border-color: #DB6381;
}
.TagClassName
{
border-color: #DB6381;
}
</style>