Shades of Razzmatazz #DB085A
Tints of Razzmatazz #DB085A
RGB
CMYK
RGB Variations
Color information
#DB085A (or 0xDB085A) is known color: Razzmatazz. HEX triplet: DB, 08 and 5A. RGB value is (219,8,90). Sum of RGB (Red+Green+Blue) = 219+8+90=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB085A is #24F7A5. Grayscale: #505050. Windows color (decimal): -2422694 or 5900507. OLE color: 5900507.
HSL color Cylindrical-coordinate representation of color #DB085A: hue angle of 336.68º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB085A is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 90 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.14 |
| HSL | 336.68º | 0.93% | 0.45% | - |
| HSV(B) | 336.68º | 0.96% | 0.86% | - |
| XYZ | 31.15 | 15.97 | 11.11 | - |
| YUV | 80.44 | 133.4 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 90 | 0 | 0.96 | 0.59 | 0.14 | 336.68 | 0.93 | 0.45 |
| Hex | DB | 8 | 5A | 0 | 60 | 3B | E | 151 | 5D | 2D |
| Octal | 333 | 10 | 132 | 0 | 140 | 73 | 16 | 521 | 135 | 55 |
| Binary | 11011011 | 1000 | 1011010 | 0 | 1100000 | 111011 | 1110 | 101010001 | 1011101 | 101101 |
Color Harmonies of #DB085A
Complementary color
Monochromatic Colors of #DB085A
Black with #DB085A
Text Example
Text Example
White with #DB085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB085A; }
p { color: rgb(219,8,90); }
H1.HeaderClassName
{
color: #DB085A;
}
.AnyTagClassName
{
color: #DB085A;
}
</style>
background-color css
<style>
a { background-color: #DB085A; }
a { background-color: rgb(219,8,90); }
div.DivClassName
{
background-color: #DB085A;
}
.BgClassName
{
background-color: #DB085A;
}
</style>
border-color css
<style>
span { border-color: #DB085A; }
span { border-color: rgb(219,8,90); }
td.TdClassName
{
border-color: #DB085A;
}
.TagClassName
{
border-color: #DB085A;
}
</style>