Shades of Razzmatazz #DB006D
Tints of Razzmatazz #DB006D
RGB
CMYK
RGB Variations
Color information
#DB006D (or 0xDB006D) is known color: Razzmatazz. HEX triplet: DB, 00 and 6D. RGB value is (219,0,109). Sum of RGB (Red+Green+Blue) = 219+0+109=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB006D is #24FF92. Grayscale: #4D4D4D. Windows color (decimal): -2424723 or 7143643. OLE color: 7143643.
HSL color Cylindrical-coordinate representation of color #DB006D: hue angle of 330.14º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB006D is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.50 | 0.14 |
| HSL | 330.14º | 1% | 0.43% | - |
| HSV(B) | 330.14º | 1% | 0.86% | - |
| XYZ | 31.97 | 16.16 | 15.9 | - |
| YUV | 77.91 | 145.55 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 109 | 0 | 1 | 0.50 | 0.14 | 330.14 | 1 | 0.43 |
| Hex | DB | 0 | 6D | 0 | 64 | 32 | E | 14A | 64 | 2B |
| Octal | 333 | 0 | 155 | 0 | 144 | 62 | 16 | 512 | 144 | 53 |
| Binary | 11011011 | 0 | 1101101 | 0 | 1100100 | 110010 | 1110 | 101001010 | 1100100 | 101011 |
Color Harmonies of #DB006D
Complementary color
Monochromatic Colors of #DB006D
Black with #DB006D
Text Example
Text Example
White with #DB006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB006D; }
p { color: rgb(219,0,109); }
H1.HeaderClassName
{
color: #DB006D;
}
.AnyTagClassName
{
color: #DB006D;
}
</style>
background-color css
<style>
a { background-color: #DB006D; }
a { background-color: rgb(219,0,109); }
div.DivClassName
{
background-color: #DB006D;
}
.BgClassName
{
background-color: #DB006D;
}
</style>
border-color css
<style>
span { border-color: #DB006D; }
span { border-color: rgb(219,0,109); }
td.TdClassName
{
border-color: #DB006D;
}
.TagClassName
{
border-color: #DB006D;
}
</style>