Shades of Razzmatazz #DB024C
Tints of Razzmatazz #DB024C
RGB
CMYK
RGB Variations
Color information
#DB024C (or 0xDB024C) is known color: Razzmatazz. HEX triplet: DB, 02 and 4C. RGB value is (219,2,76). Sum of RGB (Red+Green+Blue) = 219+2+76=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB024C is #24FDB3. Grayscale: #4B4B4B. Windows color (decimal): -2424244 or 4981467. OLE color: 4981467.
HSL color Cylindrical-coordinate representation of color #DB024C: hue angle of 339.54º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB024C is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 2 | 76 | - |
CMYK | 0 | 0.99 | 0.65 | 0.14 |
HSL | 339.54º | 0.98% | 0.43% | - |
HSV(B) | 339.54º | 0.99% | 0.86% | - |
XYZ | 30.54 | 15.63 | 8.24 | - |
YUV | 75.32 | 128.39 | 230.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 2 | 76 | 0 | 0.99 | 0.65 | 0.14 | 339.54 | 0.98 | 0.43 |
Hex | DB | 2 | 4C | 0 | 63 | 41 | E | 154 | 62 | 2B |
Octal | 333 | 2 | 114 | 0 | 143 | 101 | 16 | 524 | 142 | 53 |
Binary | 11011011 | 10 | 1001100 | 0 | 1100011 | 1000001 | 1110 | 101010100 | 1100010 | 101011 |
Color Harmonies of #DB024C
Complementary color
Monochromatic Colors of #DB024C
Black with #DB024C
Text Example
Text Example
White with #DB024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB024C; }
p { color: rgb(219,2,76); }
H1.HeaderClassName
{
color: #DB024C;
}
.AnyTagClassName
{
color: #DB024C;
}
</style>
background-color css
<style>
a { background-color: #DB024C; }
a { background-color: rgb(219,2,76); }
div.DivClassName
{
background-color: #DB024C;
}
.BgClassName
{
background-color: #DB024C;
}
</style>
border-color css
<style>
span { border-color: #DB024C; }
span { border-color: rgb(219,2,76); }
td.TdClassName
{
border-color: #DB024C;
}
.TagClassName
{
border-color: #DB024C;
}
</style>