Shades of Razzmatazz #DB054D
Tints of Razzmatazz #DB054D
RGB
CMYK
RGB Variations
Color information
#DB054D (or 0xDB054D) is known color: Razzmatazz. HEX triplet: DB, 05 and 4D. RGB value is (219,5,77). Sum of RGB (Red+Green+Blue) = 219+5+77=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB054D is #24FAB2. Grayscale: #4D4D4D. Windows color (decimal): -2423475 or 5047771. OLE color: 5047771.
HSL color Cylindrical-coordinate representation of color #DB054D: hue angle of 339.81º 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 #DB054D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.14 |
| HSL | 339.81º | 0.96% | 0.44% | - |
| HSV(B) | 339.81º | 0.98% | 0.86% | - |
| XYZ | 30.61 | 15.7 | 8.44 | - |
| YUV | 77.19 | 127.9 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 77 | 0 | 0.98 | 0.65 | 0.14 | 339.81 | 0.96 | 0.44 |
| Hex | DB | 5 | 4D | 0 | 62 | 41 | E | 154 | 60 | 2C |
| Octal | 333 | 5 | 115 | 0 | 142 | 101 | 16 | 524 | 140 | 54 |
| Binary | 11011011 | 101 | 1001101 | 0 | 1100010 | 1000001 | 1110 | 101010100 | 1100000 | 101100 |
Color Harmonies of #DB054D
Complementary color
Monochromatic Colors of #DB054D
Black with #DB054D
Text Example
Text Example
White with #DB054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB054D; }
p { color: rgb(219,5,77); }
H1.HeaderClassName
{
color: #DB054D;
}
.AnyTagClassName
{
color: #DB054D;
}
</style>
background-color css
<style>
a { background-color: #DB054D; }
a { background-color: rgb(219,5,77); }
div.DivClassName
{
background-color: #DB054D;
}
.BgClassName
{
background-color: #DB054D;
}
</style>
border-color css
<style>
span { border-color: #DB054D; }
span { border-color: rgb(219,5,77); }
td.TdClassName
{
border-color: #DB054D;
}
.TagClassName
{
border-color: #DB054D;
}
</style>