Shades of Razzmatazz #DB0957
Tints of Razzmatazz #DB0957
RGB
CMYK
RGB Variations
Color information
#DB0957 (or 0xDB0957) is known color: Razzmatazz. HEX triplet: DB, 09 and 57. RGB value is (219,9,87). Sum of RGB (Red+Green+Blue) = 219+9+87=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0957 is #24F6A8. Grayscale: #505050. Windows color (decimal): -2422441 or 5704155. OLE color: 5704155.
HSL color Cylindrical-coordinate representation of color #DB0957: hue angle of 337.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0957 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 87 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.14 |
| HSL | 337.71º | 0.92% | 0.45% | - |
| HSV(B) | 337.71º | 0.96% | 0.86% | - |
| XYZ | 31.03 | 15.94 | 10.46 | - |
| YUV | 80.68 | 131.57 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 87 | 0 | 0.96 | 0.60 | 0.14 | 337.71 | 0.92 | 0.45 |
| Hex | DB | 9 | 57 | 0 | 60 | 3C | E | 152 | 5C | 2D |
| Octal | 333 | 11 | 127 | 0 | 140 | 74 | 16 | 522 | 134 | 55 |
| Binary | 11011011 | 1001 | 1010111 | 0 | 1100000 | 111100 | 1110 | 101010010 | 1011100 | 101101 |
Color Harmonies of #DB0957
Complementary color
Monochromatic Colors of #DB0957
Black with #DB0957
Text Example
Text Example
White with #DB0957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0957; }
p { color: rgb(219,9,87); }
H1.HeaderClassName
{
color: #DB0957;
}
.AnyTagClassName
{
color: #DB0957;
}
</style>
background-color css
<style>
a { background-color: #DB0957; }
a { background-color: rgb(219,9,87); }
div.DivClassName
{
background-color: #DB0957;
}
.BgClassName
{
background-color: #DB0957;
}
</style>
border-color css
<style>
span { border-color: #DB0957; }
span { border-color: rgb(219,9,87); }
td.TdClassName
{
border-color: #DB0957;
}
.TagClassName
{
border-color: #DB0957;
}
</style>