Shades of Razzmatazz #DB0655
Tints of Razzmatazz #DB0655
RGB
CMYK
RGB Variations
Color information
#DB0655 (or 0xDB0655) is known color: Razzmatazz. HEX triplet: DB, 06 and 55. RGB value is (219,6,85). Sum of RGB (Red+Green+Blue) = 219+6+85=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0655 is #24F9AA. Grayscale: #4E4E4E. Windows color (decimal): -2423211 or 5572315. OLE color: 5572315.
HSL color Cylindrical-coordinate representation of color #DB0655: hue angle of 337.75º 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 #DB0655 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 85 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.14 |
| HSL | 337.75º | 0.95% | 0.44% | - |
| HSV(B) | 337.75º | 0.97% | 0.86% | - |
| XYZ | 30.92 | 15.85 | 10.02 | - |
| YUV | 78.69 | 131.57 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 85 | 0 | 0.97 | 0.61 | 0.14 | 337.75 | 0.95 | 0.44 |
| Hex | DB | 6 | 55 | 0 | 61 | 3D | E | 152 | 5F | 2C |
| Octal | 333 | 6 | 125 | 0 | 141 | 75 | 16 | 522 | 137 | 54 |
| Binary | 11011011 | 110 | 1010101 | 0 | 1100001 | 111101 | 1110 | 101010010 | 1011111 | 101100 |
Color Harmonies of #DB0655
Complementary color
Monochromatic Colors of #DB0655
Black with #DB0655
Text Example
Text Example
White with #DB0655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0655; }
p { color: rgb(219,6,85); }
H1.HeaderClassName
{
color: #DB0655;
}
.AnyTagClassName
{
color: #DB0655;
}
</style>
background-color css
<style>
a { background-color: #DB0655; }
a { background-color: rgb(219,6,85); }
div.DivClassName
{
background-color: #DB0655;
}
.BgClassName
{
background-color: #DB0655;
}
</style>
border-color css
<style>
span { border-color: #DB0655; }
span { border-color: rgb(219,6,85); }
td.TdClassName
{
border-color: #DB0655;
}
.TagClassName
{
border-color: #DB0655;
}
</style>