Shades of Razzmatazz #DB014A
Tints of Razzmatazz #DB014A
RGB
CMYK
RGB Variations
Color information
#DB014A (or 0xDB014A) is known color: Razzmatazz. HEX triplet: DB, 01 and 4A. RGB value is (219,1,74). Sum of RGB (Red+Green+Blue) = 219+1+74=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB014A is #24FEB5. Grayscale: #4A4A4A. Windows color (decimal): -2424502 or 4850139. OLE color: 4850139.
HSL color Cylindrical-coordinate representation of color #DB014A: hue angle of 339.91º 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 #DB014A is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 74 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.14 |
| HSL | 339.91º | 0.99% | 0.43% | - |
| HSV(B) | 339.91º | 1% | 0.86% | - |
| XYZ | 30.46 | 15.58 | 7.88 | - |
| YUV | 74.5 | 127.72 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 74 | 0 | 1.00 | 0.66 | 0.14 | 339.91 | 0.99 | 0.43 |
| Hex | DB | 1 | 4A | 0 | 64 | 42 | E | 154 | 63 | 2B |
| Octal | 333 | 1 | 112 | 0 | 144 | 102 | 16 | 524 | 143 | 53 |
| Binary | 11011011 | 1 | 1001010 | 0 | 1100100 | 1000010 | 1110 | 101010100 | 1100011 | 101011 |
Color Harmonies of #DB014A
Complementary color
Monochromatic Colors of #DB014A
Black with #DB014A
Text Example
Text Example
White with #DB014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB014A; }
p { color: rgb(219,1,74); }
H1.HeaderClassName
{
color: #DB014A;
}
.AnyTagClassName
{
color: #DB014A;
}
</style>
background-color css
<style>
a { background-color: #DB014A; }
a { background-color: rgb(219,1,74); }
div.DivClassName
{
background-color: #DB014A;
}
.BgClassName
{
background-color: #DB014A;
}
</style>
border-color css
<style>
span { border-color: #DB014A; }
span { border-color: rgb(219,1,74); }
td.TdClassName
{
border-color: #DB014A;
}
.TagClassName
{
border-color: #DB014A;
}
</style>