Shades of Razzmatazz #DB046A
Tints of Razzmatazz #DB046A
RGB
CMYK
RGB Variations
Color information
#DB046A (or 0xDB046A) is known color: Razzmatazz. HEX triplet: DB, 04 and 6A. RGB value is (219,4,106). Sum of RGB (Red+Green+Blue) = 219+4+106=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB046A is #24FB95. Grayscale: #4F4F4F. Windows color (decimal): -2423702 or 6948059. OLE color: 6948059.
HSL color Cylindrical-coordinate representation of color #DB046A: hue angle of 331.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB046A is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.14 |
| HSL | 331.53º | 0.96% | 0.44% | - |
| HSV(B) | 331.53º | 0.98% | 0.86% | - |
| XYZ | 31.86 | 16.19 | 15.08 | - |
| YUV | 79.91 | 142.73 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 106 | 0 | 0.98 | 0.52 | 0.14 | 331.53 | 0.96 | 0.44 |
| Hex | DB | 4 | 6A | 0 | 62 | 34 | E | 14C | 60 | 2C |
| Octal | 333 | 4 | 152 | 0 | 142 | 64 | 16 | 514 | 140 | 54 |
| Binary | 11011011 | 100 | 1101010 | 0 | 1100010 | 110100 | 1110 | 101001100 | 1100000 | 101100 |
Color Harmonies of #DB046A
Complementary color
Monochromatic Colors of #DB046A
Black with #DB046A
Text Example
Text Example
White with #DB046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB046A; }
p { color: rgb(219,4,106); }
H1.HeaderClassName
{
color: #DB046A;
}
.AnyTagClassName
{
color: #DB046A;
}
</style>
background-color css
<style>
a { background-color: #DB046A; }
a { background-color: rgb(219,4,106); }
div.DivClassName
{
background-color: #DB046A;
}
.BgClassName
{
background-color: #DB046A;
}
</style>
border-color css
<style>
span { border-color: #DB046A; }
span { border-color: rgb(219,4,106); }
td.TdClassName
{
border-color: #DB046A;
}
.TagClassName
{
border-color: #DB046A;
}
</style>