Shades of Razzmatazz #DC0B58
Tints of Razzmatazz #DC0B58
RGB
CMYK
RGB Variations
Color information
#DC0B58 (or 0xDC0B58) is known color: Razzmatazz. HEX triplet: DC, 0B and 58. RGB value is (220,11,88). Sum of RGB (Red+Green+Blue) = 220+11+88=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B58 is #23F4A7. Grayscale: #525252. Windows color (decimal): -2356392 or 5770204. OLE color: 5770204.
HSL color Cylindrical-coordinate representation of color #DC0B58: hue angle of 337.89º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B58 is Cyan = 0, Magento = 0.95, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 88 | - |
| CMYK | 0 | 0.95 | 0.6 | 0.14 |
| HSL | 337.89º | 0.9% | 0.45% | - |
| HSV(B) | 337.89º | 0.95% | 0.86% | - |
| XYZ | 31.4 | 16.16 | 10.7 | - |
| YUV | 82.27 | 131.24 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 88 | 0 | 0.95 | 0.6 | 0.14 | 337.89 | 0.9 | 0.45 |
| Hex | DC | B | 58 | 0 | 5F | 3C | E | 152 | 5A | 2D |
| Octal | 334 | 13 | 130 | 0 | 137 | 74 | 16 | 522 | 132 | 55 |
| Binary | 11011100 | 1011 | 1011000 | 0 | 1011111 | 111100 | 1110 | 101010010 | 1011010 | 101101 |
Color Harmonies of #DC0B58
Complementary color
Monochromatic Colors of #DC0B58
Black with #DC0B58
Text Example
Text Example
White with #DC0B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0B58; }
p { color: rgb(220,11,88); }
H1.HeaderClassName
{
color: #DC0B58;
}
.AnyTagClassName
{
color: #DC0B58;
}
</style>
background-color css
<style>
a { background-color: #DC0B58; }
a { background-color: rgb(220,11,88); }
div.DivClassName
{
background-color: #DC0B58;
}
.BgClassName
{
background-color: #DC0B58;
}
</style>
border-color css
<style>
span { border-color: #DC0B58; }
span { border-color: rgb(220,11,88); }
td.TdClassName
{
border-color: #DC0B58;
}
.TagClassName
{
border-color: #DC0B58;
}
</style>