Shades of Razzmatazz #DB0652
Tints of Razzmatazz #DB0652
RGB
CMYK
RGB Variations
Color information
#DB0652 (or 0xDB0652) is known color: Razzmatazz. HEX triplet: DB, 06 and 52. RGB value is (219,6,82). Sum of RGB (Red+Green+Blue) = 219+6+82=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0652 is #24F9AD. Grayscale: #4E4E4E. Windows color (decimal): -2423214 or 5375707. OLE color: 5375707.
HSL color Cylindrical-coordinate representation of color #DB0652: hue angle of 338.59º 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 #DB0652 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 82 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.14 |
| HSL | 338.59º | 0.95% | 0.44% | - |
| HSV(B) | 338.59º | 0.97% | 0.86% | - |
| XYZ | 30.8 | 15.8 | 9.41 | - |
| YUV | 78.35 | 130.07 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 82 | 0 | 0.97 | 0.63 | 0.14 | 338.59 | 0.95 | 0.44 |
| Hex | DB | 6 | 52 | 0 | 61 | 3F | E | 153 | 5F | 2C |
| Octal | 333 | 6 | 122 | 0 | 141 | 77 | 16 | 523 | 137 | 54 |
| Binary | 11011011 | 110 | 1010010 | 0 | 1100001 | 111111 | 1110 | 101010011 | 1011111 | 101100 |
Color Harmonies of #DB0652
Complementary color
Monochromatic Colors of #DB0652
Black with #DB0652
Text Example
Text Example
White with #DB0652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0652; }
p { color: rgb(219,6,82); }
H1.HeaderClassName
{
color: #DB0652;
}
.AnyTagClassName
{
color: #DB0652;
}
</style>
background-color css
<style>
a { background-color: #DB0652; }
a { background-color: rgb(219,6,82); }
div.DivClassName
{
background-color: #DB0652;
}
.BgClassName
{
background-color: #DB0652;
}
</style>
border-color css
<style>
span { border-color: #DB0652; }
span { border-color: rgb(219,6,82); }
td.TdClassName
{
border-color: #DB0652;
}
.TagClassName
{
border-color: #DB0652;
}
</style>