Shades of Cabaret #DB5E70
Tints of Cabaret #DB5E70
RGB
CMYK
RGB Variations
Color information
#DB5E70 (or 0xDB5E70) is known color: Cabaret. HEX triplet: DB, 5E and 70. RGB value is (219,94,112). Sum of RGB (Red+Green+Blue) = 219+94+112=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E70 is #24A18F. Grayscale: #858585. Windows color (decimal): -2400656 or 7364315. OLE color: 7364315.
HSL color Cylindrical-coordinate representation of color #DB5E70: hue angle of 351.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E70 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 94 | 112 | - |
CMYK | 0 | 0.57 | 0.49 | 0.14 |
HSL | 351.36º | 0.63% | 0.61% | - |
HSV(B) | 351.36º | 0.57% | 0.86% | - |
XYZ | 36.14 | 24.24 | 18.1 | - |
YUV | 133.43 | 115.91 | 189.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 94 | 112 | 0 | 0.57 | 0.49 | 0.14 | 351.36 | 0.63 | 0.61 |
Hex | DB | 5E | 70 | 0 | 39 | 31 | E | 15F | 3F | 3D |
Octal | 333 | 136 | 160 | 0 | 71 | 61 | 16 | 537 | 77 | 75 |
Binary | 11011011 | 1011110 | 1110000 | 0 | 111001 | 110001 | 1110 | 101011111 | 111111 | 111101 |
Color Harmonies of #DB5E70
Complementary color
Monochromatic Colors of #DB5E70
Black with #DB5E70
Text Example
Text Example
White with #DB5E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E70; }
p { color: rgb(219,94,112); }
H1.HeaderClassName
{
color: #DB5E70;
}
.AnyTagClassName
{
color: #DB5E70;
}
</style>
background-color css
<style>
a { background-color: #DB5E70; }
a { background-color: rgb(219,94,112); }
div.DivClassName
{
background-color: #DB5E70;
}
.BgClassName
{
background-color: #DB5E70;
}
</style>
border-color css
<style>
span { border-color: #DB5E70; }
span { border-color: rgb(219,94,112); }
td.TdClassName
{
border-color: #DB5E70;
}
.TagClassName
{
border-color: #DB5E70;
}
</style>