Shades of Razzmatazz #DB025A
Tints of Razzmatazz #DB025A
RGB
CMYK
RGB Variations
Color information
#DB025A (or 0xDB025A) is known color: Razzmatazz. HEX triplet: DB, 02 and 5A. RGB value is (219,2,90). Sum of RGB (Red+Green+Blue) = 219+2+90=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB025A is #24FDA5. Grayscale: #4C4C4C. Windows color (decimal): -2424230 or 5898971. OLE color: 5898971.
HSL color Cylindrical-coordinate representation of color #DB025A: hue angle of 335.67º 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 #DB025A is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.14 |
| HSL | 335.67º | 0.98% | 0.43% | - |
| HSV(B) | 335.67º | 0.99% | 0.86% | - |
| XYZ | 31.08 | 15.84 | 11.09 | - |
| YUV | 76.92 | 135.39 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 90 | 0 | 0.99 | 0.59 | 0.14 | 335.67 | 0.98 | 0.43 |
| Hex | DB | 2 | 5A | 0 | 63 | 3B | E | 150 | 62 | 2B |
| Octal | 333 | 2 | 132 | 0 | 143 | 73 | 16 | 520 | 142 | 53 |
| Binary | 11011011 | 10 | 1011010 | 0 | 1100011 | 111011 | 1110 | 101010000 | 1100010 | 101011 |
Color Harmonies of #DB025A
Complementary color
Monochromatic Colors of #DB025A
Black with #DB025A
Text Example
Text Example
White with #DB025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB025A; }
p { color: rgb(219,2,90); }
H1.HeaderClassName
{
color: #DB025A;
}
.AnyTagClassName
{
color: #DB025A;
}
</style>
background-color css
<style>
a { background-color: #DB025A; }
a { background-color: rgb(219,2,90); }
div.DivClassName
{
background-color: #DB025A;
}
.BgClassName
{
background-color: #DB025A;
}
</style>
border-color css
<style>
span { border-color: #DB025A; }
span { border-color: rgb(219,2,90); }
td.TdClassName
{
border-color: #DB025A;
}
.TagClassName
{
border-color: #DB025A;
}
</style>