Shades of Razzmatazz #DC0B4F
Tints of Razzmatazz #DC0B4F
RGB
CMYK
RGB Variations
Color information
#DC0B4F (or 0xDC0B4F) is known color: Razzmatazz. HEX triplet: DC, 0B and 4F. RGB value is (220,11,79). Sum of RGB (Red+Green+Blue) = 220+11+79=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B4F is #23F4B0. Grayscale: #515151. Windows color (decimal): -2356401 or 5180380. OLE color: 5180380.
HSL color Cylindrical-coordinate representation of color #DC0B4F: hue angle of 340.48º 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 #DC0B4F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 79 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.14 |
| HSL | 340.48º | 0.9% | 0.45% | - |
| HSV(B) | 340.48º | 0.95% | 0.86% | - |
| XYZ | 31.05 | 16.02 | 8.85 | - |
| YUV | 81.24 | 126.74 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 79 | 0 | 0.95 | 0.64 | 0.14 | 340.48 | 0.9 | 0.45 |
| Hex | DC | B | 4F | 0 | 5F | 40 | E | 154 | 5A | 2D |
| Octal | 334 | 13 | 117 | 0 | 137 | 100 | 16 | 524 | 132 | 55 |
| Binary | 11011100 | 1011 | 1001111 | 0 | 1011111 | 1000000 | 1110 | 101010100 | 1011010 | 101101 |
Color Harmonies of #DC0B4F
Complementary color
Monochromatic Colors of #DC0B4F
Black with #DC0B4F
Text Example
Text Example
White with #DC0B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0B4F; }
p { color: rgb(220,11,79); }
H1.HeaderClassName
{
color: #DC0B4F;
}
.AnyTagClassName
{
color: #DC0B4F;
}
</style>
background-color css
<style>
a { background-color: #DC0B4F; }
a { background-color: rgb(220,11,79); }
div.DivClassName
{
background-color: #DC0B4F;
}
.BgClassName
{
background-color: #DC0B4F;
}
</style>
border-color css
<style>
span { border-color: #DC0B4F; }
span { border-color: rgb(220,11,79); }
td.TdClassName
{
border-color: #DC0B4F;
}
.TagClassName
{
border-color: #DC0B4F;
}
</style>