Shades of Razzmatazz #DB035C
Tints of Razzmatazz #DB035C
RGB
CMYK
RGB Variations
Color information
#DB035C (or 0xDB035C) is known color: Razzmatazz. HEX triplet: DB, 03 and 5C. RGB value is (219,3,92). Sum of RGB (Red+Green+Blue) = 219+3+92=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB035C is #24FCA3. Grayscale: #4D4D4D. Windows color (decimal): -2423972 or 6030299. OLE color: 6030299.
HSL color Cylindrical-coordinate representation of color #DB035C: hue angle of 335.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB035C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 92 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.14 |
| HSL | 335.28º | 0.97% | 0.44% | - |
| HSV(B) | 335.28º | 0.99% | 0.86% | - |
| XYZ | 31.18 | 15.9 | 11.55 | - |
| YUV | 77.73 | 136.06 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 92 | 0 | 0.99 | 0.58 | 0.14 | 335.28 | 0.97 | 0.44 |
| Hex | DB | 3 | 5C | 0 | 63 | 3A | E | 14F | 61 | 2C |
| Octal | 333 | 3 | 134 | 0 | 143 | 72 | 16 | 517 | 141 | 54 |
| Binary | 11011011 | 11 | 1011100 | 0 | 1100011 | 111010 | 1110 | 101001111 | 1100001 | 101100 |
Color Harmonies of #DB035C
Complementary color
Monochromatic Colors of #DB035C
Black with #DB035C
Text Example
Text Example
White with #DB035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB035C; }
p { color: rgb(219,3,92); }
H1.HeaderClassName
{
color: #DB035C;
}
.AnyTagClassName
{
color: #DB035C;
}
</style>
background-color css
<style>
a { background-color: #DB035C; }
a { background-color: rgb(219,3,92); }
div.DivClassName
{
background-color: #DB035C;
}
.BgClassName
{
background-color: #DB035C;
}
</style>
border-color css
<style>
span { border-color: #DB035C; }
span { border-color: rgb(219,3,92); }
td.TdClassName
{
border-color: #DB035C;
}
.TagClassName
{
border-color: #DB035C;
}
</style>