Shades of Razzmatazz #DB014B
Tints of Razzmatazz #DB014B
RGB
CMYK
RGB Variations
Color information
#DB014B (or 0xDB014B) is known color: Razzmatazz. HEX triplet: DB, 01 and 4B. RGB value is (219,1,75). Sum of RGB (Red+Green+Blue) = 219+1+75=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB014B is #24FEB4. Grayscale: #4A4A4A. Windows color (decimal): -2424501 or 4915675. OLE color: 4915675.
HSL color Cylindrical-coordinate representation of color #DB014B: hue angle of 339.63º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB014B is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 75 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.14 |
| HSL | 339.63º | 0.99% | 0.43% | - |
| HSV(B) | 339.63º | 1% | 0.86% | - |
| XYZ | 30.49 | 15.59 | 8.06 | - |
| YUV | 74.62 | 128.22 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 75 | 0 | 1.00 | 0.66 | 0.14 | 339.63 | 0.99 | 0.43 |
| Hex | DB | 1 | 4B | 0 | 64 | 42 | E | 154 | 63 | 2B |
| Octal | 333 | 1 | 113 | 0 | 144 | 102 | 16 | 524 | 143 | 53 |
| Binary | 11011011 | 1 | 1001011 | 0 | 1100100 | 1000010 | 1110 | 101010100 | 1100011 | 101011 |
Color Harmonies of #DB014B
Complementary color
Monochromatic Colors of #DB014B
Black with #DB014B
Text Example
Text Example
White with #DB014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB014B; }
p { color: rgb(219,1,75); }
H1.HeaderClassName
{
color: #DB014B;
}
.AnyTagClassName
{
color: #DB014B;
}
</style>
background-color css
<style>
a { background-color: #DB014B; }
a { background-color: rgb(219,1,75); }
div.DivClassName
{
background-color: #DB014B;
}
.BgClassName
{
background-color: #DB014B;
}
</style>
border-color css
<style>
span { border-color: #DB014B; }
span { border-color: rgb(219,1,75); }
td.TdClassName
{
border-color: #DB014B;
}
.TagClassName
{
border-color: #DB014B;
}
</style>