Shades of Razzmatazz #DB0250
Tints of Razzmatazz #DB0250
RGB
CMYK
RGB Variations
Color information
#DB0250 (or 0xDB0250) is known color: Razzmatazz. HEX triplet: DB, 02 and 50. RGB value is (219,2,80). Sum of RGB (Red+Green+Blue) = 219+2+80=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0250 is #24FDAF. Grayscale: #4B4B4B. Windows color (decimal): -2424240 or 5243611. OLE color: 5243611.
HSL color Cylindrical-coordinate representation of color #DB0250: hue angle of 338.43º 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 #DB0250 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.14 |
| HSL | 338.43º | 0.98% | 0.43% | - |
| HSV(B) | 338.43º | 0.99% | 0.86% | - |
| XYZ | 30.68 | 15.68 | 9 | - |
| YUV | 75.78 | 130.39 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 80 | 0 | 0.99 | 0.63 | 0.14 | 338.43 | 0.98 | 0.43 |
| Hex | DB | 2 | 50 | 0 | 63 | 3F | E | 152 | 62 | 2B |
| Octal | 333 | 2 | 120 | 0 | 143 | 77 | 16 | 522 | 142 | 53 |
| Binary | 11011011 | 10 | 1010000 | 0 | 1100011 | 111111 | 1110 | 101010010 | 1100010 | 101011 |
Color Harmonies of #DB0250
Complementary color
Monochromatic Colors of #DB0250
Black with #DB0250
Text Example
Text Example
White with #DB0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0250; }
p { color: rgb(219,2,80); }
H1.HeaderClassName
{
color: #DB0250;
}
.AnyTagClassName
{
color: #DB0250;
}
</style>
background-color css
<style>
a { background-color: #DB0250; }
a { background-color: rgb(219,2,80); }
div.DivClassName
{
background-color: #DB0250;
}
.BgClassName
{
background-color: #DB0250;
}
</style>
border-color css
<style>
span { border-color: #DB0250; }
span { border-color: rgb(219,2,80); }
td.TdClassName
{
border-color: #DB0250;
}
.TagClassName
{
border-color: #DB0250;
}
</style>