Shades of Razzmatazz #DB0069
Tints of Razzmatazz #DB0069
RGB
CMYK
RGB Variations
Color information
#DB0069 (or 0xDB0069) is known color: Razzmatazz. HEX triplet: DB, 00 and 69. RGB value is (219,0,105). Sum of RGB (Red+Green+Blue) = 219+0+105=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0069 is #24FF96. Grayscale: #4D4D4D. Windows color (decimal): -2424727 or 6881499. OLE color: 6881499.
HSL color Cylindrical-coordinate representation of color #DB0069: hue angle of 331.23º 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 #DB0069 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.52 | 0.14 |
| HSL | 331.23º | 1% | 0.43% | - |
| HSV(B) | 331.23º | 1% | 0.86% | - |
| XYZ | 31.76 | 16.08 | 14.79 | - |
| YUV | 77.45 | 143.55 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 105 | 0 | 1 | 0.52 | 0.14 | 331.23 | 1 | 0.43 |
| Hex | DB | 0 | 69 | 0 | 64 | 34 | E | 14B | 64 | 2B |
| Octal | 333 | 0 | 151 | 0 | 144 | 64 | 16 | 513 | 144 | 53 |
| Binary | 11011011 | 0 | 1101001 | 0 | 1100100 | 110100 | 1110 | 101001011 | 1100100 | 101011 |
Color Harmonies of #DB0069
Complementary color
Monochromatic Colors of #DB0069
Black with #DB0069
Text Example
Text Example
White with #DB0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0069; }
p { color: rgb(219,0,105); }
H1.HeaderClassName
{
color: #DB0069;
}
.AnyTagClassName
{
color: #DB0069;
}
</style>
background-color css
<style>
a { background-color: #DB0069; }
a { background-color: rgb(219,0,105); }
div.DivClassName
{
background-color: #DB0069;
}
.BgClassName
{
background-color: #DB0069;
}
</style>
border-color css
<style>
span { border-color: #DB0069; }
span { border-color: rgb(219,0,105); }
td.TdClassName
{
border-color: #DB0069;
}
.TagClassName
{
border-color: #DB0069;
}
</style>