Shades of Razzmatazz #DB036C
Tints of Razzmatazz #DB036C
RGB
CMYK
RGB Variations
Color information
#DB036C (or 0xDB036C) is known color: Razzmatazz. HEX triplet: DB, 03 and 6C. RGB value is (219,3,108). Sum of RGB (Red+Green+Blue) = 219+3+108=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB036C is #24FC93. Grayscale: #4F4F4F. Windows color (decimal): -2423956 or 7078875. OLE color: 7078875.
HSL color Cylindrical-coordinate representation of color #DB036C: hue angle of 330.83º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB036C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 108 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.14 |
| HSL | 330.83º | 0.97% | 0.44% | - |
| HSV(B) | 330.83º | 0.99% | 0.86% | - |
| XYZ | 31.95 | 16.21 | 15.63 | - |
| YUV | 79.55 | 144.06 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 108 | 0 | 0.99 | 0.51 | 0.14 | 330.83 | 0.97 | 0.44 |
| Hex | DB | 3 | 6C | 0 | 63 | 33 | E | 14B | 61 | 2C |
| Octal | 333 | 3 | 154 | 0 | 143 | 63 | 16 | 513 | 141 | 54 |
| Binary | 11011011 | 11 | 1101100 | 0 | 1100011 | 110011 | 1110 | 101001011 | 1100001 | 101100 |
Color Harmonies of #DB036C
Complementary color
Monochromatic Colors of #DB036C
Black with #DB036C
Text Example
Text Example
White with #DB036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB036C; }
p { color: rgb(219,3,108); }
H1.HeaderClassName
{
color: #DB036C;
}
.AnyTagClassName
{
color: #DB036C;
}
</style>
background-color css
<style>
a { background-color: #DB036C; }
a { background-color: rgb(219,3,108); }
div.DivClassName
{
background-color: #DB036C;
}
.BgClassName
{
background-color: #DB036C;
}
</style>
border-color css
<style>
span { border-color: #DB036C; }
span { border-color: rgb(219,3,108); }
td.TdClassName
{
border-color: #DB036C;
}
.TagClassName
{
border-color: #DB036C;
}
</style>