Shades of Razzmatazz #DB0067
Tints of Razzmatazz #DB0067
RGB
CMYK
RGB Variations
Color information
#DB0067 (or 0xDB0067) is known color: Razzmatazz. HEX triplet: DB, 00 and 67. RGB value is (219,0,103). Sum of RGB (Red+Green+Blue) = 219+0+103=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0067 is #24FF98. Grayscale: #4D4D4D. Windows color (decimal): -2424729 or 6750427. OLE color: 6750427.
HSL color Cylindrical-coordinate representation of color #DB0067: hue angle of 331.78º 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 #DB0067 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.53 | 0.14 |
| HSL | 331.78º | 1% | 0.43% | - |
| HSV(B) | 331.78º | 1% | 0.86% | - |
| XYZ | 31.66 | 16.04 | 14.26 | - |
| YUV | 77.22 | 142.55 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 103 | 0 | 1 | 0.53 | 0.14 | 331.78 | 1 | 0.43 |
| Hex | DB | 0 | 67 | 0 | 64 | 35 | E | 14C | 64 | 2B |
| Octal | 333 | 0 | 147 | 0 | 144 | 65 | 16 | 514 | 144 | 53 |
| Binary | 11011011 | 0 | 1100111 | 0 | 1100100 | 110101 | 1110 | 101001100 | 1100100 | 101011 |
Color Harmonies of #DB0067
Complementary color
Monochromatic Colors of #DB0067
Black with #DB0067
Text Example
Text Example
White with #DB0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0067; }
p { color: rgb(219,0,103); }
H1.HeaderClassName
{
color: #DB0067;
}
.AnyTagClassName
{
color: #DB0067;
}
</style>
background-color css
<style>
a { background-color: #DB0067; }
a { background-color: rgb(219,0,103); }
div.DivClassName
{
background-color: #DB0067;
}
.BgClassName
{
background-color: #DB0067;
}
</style>
border-color css
<style>
span { border-color: #DB0067; }
span { border-color: rgb(219,0,103); }
td.TdClassName
{
border-color: #DB0067;
}
.TagClassName
{
border-color: #DB0067;
}
</style>