Shades of Razzmatazz #DB006E
Tints of Razzmatazz #DB006E
RGB
CMYK
RGB Variations
Color information
#DB006E (or 0xDB006E) is known color: Razzmatazz. HEX triplet: DB, 00 and 6E. RGB value is (219,0,110). Sum of RGB (Red+Green+Blue) = 219+0+110=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB006E is #24FF91. Grayscale: #4D4D4D. Windows color (decimal): -2424722 or 7209179. OLE color: 7209179.
HSL color Cylindrical-coordinate representation of color #DB006E: hue angle of 329.86º 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 #DB006E is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.50 | 0.14 |
| HSL | 329.86º | 1% | 0.43% | - |
| HSV(B) | 329.86º | 1% | 0.86% | - |
| XYZ | 32.03 | 16.19 | 16.19 | - |
| YUV | 78.02 | 146.05 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 110 | 0 | 1 | 0.50 | 0.14 | 329.86 | 1 | 0.43 |
| Hex | DB | 0 | 6E | 0 | 64 | 32 | E | 14A | 64 | 2B |
| Octal | 333 | 0 | 156 | 0 | 144 | 62 | 16 | 512 | 144 | 53 |
| Binary | 11011011 | 0 | 1101110 | 0 | 1100100 | 110010 | 1110 | 101001010 | 1100100 | 101011 |
Color Harmonies of #DB006E
Complementary color
Monochromatic Colors of #DB006E
Black with #DB006E
Text Example
Text Example
White with #DB006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB006E; }
p { color: rgb(219,0,110); }
H1.HeaderClassName
{
color: #DB006E;
}
.AnyTagClassName
{
color: #DB006E;
}
</style>
background-color css
<style>
a { background-color: #DB006E; }
a { background-color: rgb(219,0,110); }
div.DivClassName
{
background-color: #DB006E;
}
.BgClassName
{
background-color: #DB006E;
}
</style>
border-color css
<style>
span { border-color: #DB006E; }
span { border-color: rgb(219,0,110); }
td.TdClassName
{
border-color: #DB006E;
}
.TagClassName
{
border-color: #DB006E;
}
</style>