Shades of Razzmatazz #DB054C
Tints of Razzmatazz #DB054C
RGB
CMYK
RGB Variations
Color information
#DB054C (or 0xDB054C) is known color: Razzmatazz. HEX triplet: DB, 05 and 4C. RGB value is (219,5,76). Sum of RGB (Red+Green+Blue) = 219+5+76=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB054C is #24FAB3. Grayscale: #4D4D4D. Windows color (decimal): -2423476 or 4982235. OLE color: 4982235.
HSL color Cylindrical-coordinate representation of color #DB054C: hue angle of 340.09º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB054C is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 76 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.14 |
| HSL | 340.09º | 0.96% | 0.44% | - |
| HSV(B) | 340.09º | 0.98% | 0.86% | - |
| XYZ | 30.57 | 15.69 | 8.25 | - |
| YUV | 77.08 | 127.4 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 76 | 0 | 0.98 | 0.65 | 0.14 | 340.09 | 0.96 | 0.44 |
| Hex | DB | 5 | 4C | 0 | 62 | 41 | E | 154 | 60 | 2C |
| Octal | 333 | 5 | 114 | 0 | 142 | 101 | 16 | 524 | 140 | 54 |
| Binary | 11011011 | 101 | 1001100 | 0 | 1100010 | 1000001 | 1110 | 101010100 | 1100000 | 101100 |
Color Harmonies of #DB054C
Complementary color
Monochromatic Colors of #DB054C
Black with #DB054C
Text Example
Text Example
White with #DB054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB054C; }
p { color: rgb(219,5,76); }
H1.HeaderClassName
{
color: #DB054C;
}
.AnyTagClassName
{
color: #DB054C;
}
</style>
background-color css
<style>
a { background-color: #DB054C; }
a { background-color: rgb(219,5,76); }
div.DivClassName
{
background-color: #DB054C;
}
.BgClassName
{
background-color: #DB054C;
}
</style>
border-color css
<style>
span { border-color: #DB054C; }
span { border-color: rgb(219,5,76); }
td.TdClassName
{
border-color: #DB054C;
}
.TagClassName
{
border-color: #DB054C;
}
</style>