Shades of Razzmatazz #DB0265
Tints of Razzmatazz #DB0265
RGB
CMYK
RGB Variations
Color information
#DB0265 (or 0xDB0265) is known color: Razzmatazz. HEX triplet: DB, 02 and 65. RGB value is (219,2,101). Sum of RGB (Red+Green+Blue) = 219+2+101=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0265 is #24FD9A. Grayscale: #4D4D4D. Windows color (decimal): -2424219 or 6619867. OLE color: 6619867.
HSL color Cylindrical-coordinate representation of color #DB0265: hue angle of 332.63º 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 #DB0265 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.14 |
| HSL | 332.63º | 0.98% | 0.43% | - |
| HSV(B) | 332.63º | 0.99% | 0.86% | - |
| XYZ | 31.58 | 16.04 | 13.74 | - |
| YUV | 78.17 | 140.89 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 101 | 0 | 0.99 | 0.54 | 0.14 | 332.63 | 0.98 | 0.43 |
| Hex | DB | 2 | 65 | 0 | 63 | 36 | E | 14D | 62 | 2B |
| Octal | 333 | 2 | 145 | 0 | 143 | 66 | 16 | 515 | 142 | 53 |
| Binary | 11011011 | 10 | 1100101 | 0 | 1100011 | 110110 | 1110 | 101001101 | 1100010 | 101011 |
Color Harmonies of #DB0265
Complementary color
Monochromatic Colors of #DB0265
Black with #DB0265
Text Example
Text Example
White with #DB0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0265; }
p { color: rgb(219,2,101); }
H1.HeaderClassName
{
color: #DB0265;
}
.AnyTagClassName
{
color: #DB0265;
}
</style>
background-color css
<style>
a { background-color: #DB0265; }
a { background-color: rgb(219,2,101); }
div.DivClassName
{
background-color: #DB0265;
}
.BgClassName
{
background-color: #DB0265;
}
</style>
border-color css
<style>
span { border-color: #DB0265; }
span { border-color: rgb(219,2,101); }
td.TdClassName
{
border-color: #DB0265;
}
.TagClassName
{
border-color: #DB0265;
}
</style>