Shades of Razzmatazz #DB095A
Tints of Razzmatazz #DB095A
RGB
CMYK
RGB Variations
Color information
#DB095A (or 0xDB095A) is known color: Razzmatazz. HEX triplet: DB, 09 and 5A. RGB value is (219,9,90). Sum of RGB (Red+Green+Blue) = 219+9+90=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB095A is #24F6A5. Grayscale: #505050. Windows color (decimal): -2422438 or 5900763. OLE color: 5900763.
HSL color Cylindrical-coordinate representation of color #DB095A: hue angle of 336.86º degrees, saturation: 0.92, 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 #DB095A is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 90 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.14 |
| HSL | 336.86º | 0.92% | 0.45% | - |
| HSV(B) | 336.86º | 0.96% | 0.86% | - |
| XYZ | 31.16 | 15.99 | 11.12 | - |
| YUV | 81.02 | 133.07 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 90 | 0 | 0.96 | 0.59 | 0.14 | 336.86 | 0.92 | 0.45 |
| Hex | DB | 9 | 5A | 0 | 60 | 3B | E | 151 | 5C | 2D |
| Octal | 333 | 11 | 132 | 0 | 140 | 73 | 16 | 521 | 134 | 55 |
| Binary | 11011011 | 1001 | 1011010 | 0 | 1100000 | 111011 | 1110 | 101010001 | 1011100 | 101101 |
Color Harmonies of #DB095A
Complementary color
Monochromatic Colors of #DB095A
Black with #DB095A
Text Example
Text Example
White with #DB095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB095A; }
p { color: rgb(219,9,90); }
H1.HeaderClassName
{
color: #DB095A;
}
.AnyTagClassName
{
color: #DB095A;
}
</style>
background-color css
<style>
a { background-color: #DB095A; }
a { background-color: rgb(219,9,90); }
div.DivClassName
{
background-color: #DB095A;
}
.BgClassName
{
background-color: #DB095A;
}
</style>
border-color css
<style>
span { border-color: #DB095A; }
span { border-color: rgb(219,9,90); }
td.TdClassName
{
border-color: #DB095A;
}
.TagClassName
{
border-color: #DB095A;
}
</style>