Shades of Razzmatazz #DB065C
Tints of Razzmatazz #DB065C
RGB
CMYK
RGB Variations
Color information
#DB065C (or 0xDB065C) is known color: Razzmatazz. HEX triplet: DB, 06 and 5C. RGB value is (219,6,92). Sum of RGB (Red+Green+Blue) = 219+6+92=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB065C is #24F9A3. Grayscale: #4F4F4F. Windows color (decimal): -2423204 or 6031067. OLE color: 6031067.
HSL color Cylindrical-coordinate representation of color #DB065C: hue angle of 335.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB065C is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.14 |
| HSL | 335.77º | 0.95% | 0.44% | - |
| HSV(B) | 335.77º | 0.97% | 0.86% | - |
| XYZ | 31.21 | 15.96 | 11.56 | - |
| YUV | 79.49 | 135.07 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 92 | 0 | 0.97 | 0.58 | 0.14 | 335.77 | 0.95 | 0.44 |
| Hex | DB | 6 | 5C | 0 | 61 | 3A | E | 150 | 5F | 2C |
| Octal | 333 | 6 | 134 | 0 | 141 | 72 | 16 | 520 | 137 | 54 |
| Binary | 11011011 | 110 | 1011100 | 0 | 1100001 | 111010 | 1110 | 101010000 | 1011111 | 101100 |
Color Harmonies of #DB065C
Complementary color
Monochromatic Colors of #DB065C
Black with #DB065C
Text Example
Text Example
White with #DB065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB065C; }
p { color: rgb(219,6,92); }
H1.HeaderClassName
{
color: #DB065C;
}
.AnyTagClassName
{
color: #DB065C;
}
</style>
background-color css
<style>
a { background-color: #DB065C; }
a { background-color: rgb(219,6,92); }
div.DivClassName
{
background-color: #DB065C;
}
.BgClassName
{
background-color: #DB065C;
}
</style>
border-color css
<style>
span { border-color: #DB065C; }
span { border-color: rgb(219,6,92); }
td.TdClassName
{
border-color: #DB065C;
}
.TagClassName
{
border-color: #DB065C;
}
</style>