Shades of Razzmatazz #DB006C
Tints of Razzmatazz #DB006C
RGB
CMYK
RGB Variations
Color information
#DB006C (or 0xDB006C) is known color: Razzmatazz. HEX triplet: DB, 00 and 6C. RGB value is (219,0,108). Sum of RGB (Red+Green+Blue) = 219+0+108=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB006C is #24FF93. Grayscale: #4D4D4D. Windows color (decimal): -2424724 or 7078107. OLE color: 7078107.
HSL color Cylindrical-coordinate representation of color #DB006C: hue angle of 330.41º 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 #DB006C is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.51 | 0.14 |
| HSL | 330.41º | 1% | 0.43% | - |
| HSV(B) | 330.41º | 1% | 0.86% | - |
| XYZ | 31.92 | 16.14 | 15.62 | - |
| YUV | 77.79 | 145.05 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 108 | 0 | 1 | 0.51 | 0.14 | 330.41 | 1 | 0.43 |
| Hex | DB | 0 | 6C | 0 | 64 | 33 | E | 14A | 64 | 2B |
| Octal | 333 | 0 | 154 | 0 | 144 | 63 | 16 | 512 | 144 | 53 |
| Binary | 11011011 | 0 | 1101100 | 0 | 1100100 | 110011 | 1110 | 101001010 | 1100100 | 101011 |
Color Harmonies of #DB006C
Complementary color
Monochromatic Colors of #DB006C
Black with #DB006C
Text Example
Text Example
White with #DB006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB006C; }
p { color: rgb(219,0,108); }
H1.HeaderClassName
{
color: #DB006C;
}
.AnyTagClassName
{
color: #DB006C;
}
</style>
background-color css
<style>
a { background-color: #DB006C; }
a { background-color: rgb(219,0,108); }
div.DivClassName
{
background-color: #DB006C;
}
.BgClassName
{
background-color: #DB006C;
}
</style>
border-color css
<style>
span { border-color: #DB006C; }
span { border-color: rgb(219,0,108); }
td.TdClassName
{
border-color: #DB006C;
}
.TagClassName
{
border-color: #DB006C;
}
</style>