Shades of Deep Blush #DB6D81
Tints of Deep Blush #DB6D81
RGB
CMYK
RGB Variations
Color information
#DB6D81 (or 0xDB6D81) is known color: Deep Blush. HEX triplet: DB, 6D and 81. RGB value is (219,109,129). Sum of RGB (Red+Green+Blue) = 219+109+129=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D81 is #24927E. Grayscale: #909090. Windows color (decimal): -2396799 or 8482267. OLE color: 8482267.
HSL color Cylindrical-coordinate representation of color #DB6D81: hue angle of 349.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6D81 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 109 | 129 | - |
CMYK | 0 | 0.50 | 0.41 | 0.14 |
HSL | 349.09º | 0.6% | 0.64% | - |
HSV(B) | 349.09º | 0.5% | 0.86% | - |
XYZ | 38.64 | 27.58 | 24.06 | - |
YUV | 144.17 | 119.44 | 181.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 109 | 129 | 0 | 0.50 | 0.41 | 0.14 | 349.09 | 0.6 | 0.64 |
Hex | DB | 6D | 81 | 0 | 32 | 29 | E | 15D | 3C | 40 |
Octal | 333 | 155 | 201 | 0 | 62 | 51 | 16 | 535 | 74 | 100 |
Binary | 11011011 | 1101101 | 10000001 | 0 | 110010 | 101001 | 1110 | 101011101 | 111100 | 1000000 |
Color Harmonies of #DB6D81
Complementary color
Monochromatic Colors of #DB6D81
Black with #DB6D81
Text Example
Text Example
White with #DB6D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D81; }
p { color: rgb(219,109,129); }
H1.HeaderClassName
{
color: #DB6D81;
}
.AnyTagClassName
{
color: #DB6D81;
}
</style>
background-color css
<style>
a { background-color: #DB6D81; }
a { background-color: rgb(219,109,129); }
div.DivClassName
{
background-color: #DB6D81;
}
.BgClassName
{
background-color: #DB6D81;
}
</style>
border-color css
<style>
span { border-color: #DB6D81; }
span { border-color: rgb(219,109,129); }
td.TdClassName
{
border-color: #DB6D81;
}
.TagClassName
{
border-color: #DB6D81;
}
</style>