Shades of Razzmatazz #DB016D
Tints of Razzmatazz #DB016D
RGB
CMYK
RGB Variations
Color information
#DB016D (or 0xDB016D) is known color: Razzmatazz. HEX triplet: DB, 01 and 6D. RGB value is (219,1,109). Sum of RGB (Red+Green+Blue) = 219+1+109=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB016D is #24FE92. Grayscale: #4E4E4E. Windows color (decimal): -2424467 or 7143899. OLE color: 7143899.
HSL color Cylindrical-coordinate representation of color #DB016D: hue angle of 330.28º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB016D is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.14 |
| HSL | 330.28º | 0.99% | 0.43% | - |
| HSV(B) | 330.28º | 1% | 0.86% | - |
| XYZ | 31.98 | 16.19 | 15.91 | - |
| YUV | 78.49 | 145.22 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 109 | 0 | 1.00 | 0.50 | 0.14 | 330.28 | 0.99 | 0.43 |
| Hex | DB | 1 | 6D | 0 | 64 | 32 | E | 14A | 63 | 2B |
| Octal | 333 | 1 | 155 | 0 | 144 | 62 | 16 | 512 | 143 | 53 |
| Binary | 11011011 | 1 | 1101101 | 0 | 1100100 | 110010 | 1110 | 101001010 | 1100011 | 101011 |
Color Harmonies of #DB016D
Complementary color
Monochromatic Colors of #DB016D
Black with #DB016D
Text Example
Text Example
White with #DB016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB016D; }
p { color: rgb(219,1,109); }
H1.HeaderClassName
{
color: #DB016D;
}
.AnyTagClassName
{
color: #DB016D;
}
</style>
background-color css
<style>
a { background-color: #DB016D; }
a { background-color: rgb(219,1,109); }
div.DivClassName
{
background-color: #DB016D;
}
.BgClassName
{
background-color: #DB016D;
}
</style>
border-color css
<style>
span { border-color: #DB016D; }
span { border-color: rgb(219,1,109); }
td.TdClassName
{
border-color: #DB016D;
}
.TagClassName
{
border-color: #DB016D;
}
</style>