Shades of Razzmatazz #DB085F
Tints of Razzmatazz #DB085F
RGB
CMYK
RGB Variations
Color information
#DB085F (or 0xDB085F) is known color: Razzmatazz. HEX triplet: DB, 08 and 5F. RGB value is (219,8,95). Sum of RGB (Red+Green+Blue) = 219+8+95=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB085F is #24F7A0. Grayscale: #505050. Windows color (decimal): -2422689 or 6228187. OLE color: 6228187.
HSL color Cylindrical-coordinate representation of color #DB085F: hue angle of 335.26º 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 #DB085F is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 95 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.14 |
| HSL | 335.26º | 0.93% | 0.45% | - |
| HSV(B) | 335.26º | 0.96% | 0.86% | - |
| XYZ | 31.37 | 16.06 | 12.27 | - |
| YUV | 81.01 | 135.9 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 95 | 0 | 0.96 | 0.57 | 0.14 | 335.26 | 0.93 | 0.45 |
| Hex | DB | 8 | 5F | 0 | 60 | 39 | E | 14F | 5D | 2D |
| Octal | 333 | 10 | 137 | 0 | 140 | 71 | 16 | 517 | 135 | 55 |
| Binary | 11011011 | 1000 | 1011111 | 0 | 1100000 | 111001 | 1110 | 101001111 | 1011101 | 101101 |
Color Harmonies of #DB085F
Complementary color
Monochromatic Colors of #DB085F
Black with #DB085F
Text Example
Text Example
White with #DB085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB085F; }
p { color: rgb(219,8,95); }
H1.HeaderClassName
{
color: #DB085F;
}
.AnyTagClassName
{
color: #DB085F;
}
</style>
background-color css
<style>
a { background-color: #DB085F; }
a { background-color: rgb(219,8,95); }
div.DivClassName
{
background-color: #DB085F;
}
.BgClassName
{
background-color: #DB085F;
}
</style>
border-color css
<style>
span { border-color: #DB085F; }
span { border-color: rgb(219,8,95); }
td.TdClassName
{
border-color: #DB085F;
}
.TagClassName
{
border-color: #DB085F;
}
</style>