Shades of Razzmatazz #DC0B5A
Tints of Razzmatazz #DC0B5A
RGB
CMYK
RGB Variations
Color information
#DC0B5A (or 0xDC0B5A) is known color: Razzmatazz. HEX triplet: DC, 0B and 5A. RGB value is (220,11,90). Sum of RGB (Red+Green+Blue) = 220+11+90=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B5A is #23F4A5. Grayscale: #525252. Windows color (decimal): -2356390 or 5901276. OLE color: 5901276.
HSL color Cylindrical-coordinate representation of color #DC0B5A: hue angle of 337.32º 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 #DC0B5A is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 90 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.14 |
| HSL | 337.32º | 0.9% | 0.45% | - |
| HSV(B) | 337.32º | 0.95% | 0.86% | - |
| XYZ | 31.48 | 16.19 | 11.14 | - |
| YUV | 82.5 | 132.24 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 90 | 0 | 0.95 | 0.59 | 0.14 | 337.32 | 0.9 | 0.45 |
| Hex | DC | B | 5A | 0 | 5F | 3B | E | 151 | 5A | 2D |
| Octal | 334 | 13 | 132 | 0 | 137 | 73 | 16 | 521 | 132 | 55 |
| Binary | 11011100 | 1011 | 1011010 | 0 | 1011111 | 111011 | 1110 | 101010001 | 1011010 | 101101 |
Color Harmonies of #DC0B5A
Complementary color
Monochromatic Colors of #DC0B5A
Black with #DC0B5A
Text Example
Text Example
White with #DC0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0B5A; }
p { color: rgb(220,11,90); }
H1.HeaderClassName
{
color: #DC0B5A;
}
.AnyTagClassName
{
color: #DC0B5A;
}
</style>
background-color css
<style>
a { background-color: #DC0B5A; }
a { background-color: rgb(220,11,90); }
div.DivClassName
{
background-color: #DC0B5A;
}
.BgClassName
{
background-color: #DC0B5A;
}
</style>
border-color css
<style>
span { border-color: #DC0B5A; }
span { border-color: rgb(220,11,90); }
td.TdClassName
{
border-color: #DC0B5A;
}
.TagClassName
{
border-color: #DC0B5A;
}
</style>