Shades of Razzmatazz #DC0A4D
Tints of Razzmatazz #DC0A4D
RGB
CMYK
RGB Variations
Color information
#DC0A4D (or 0xDC0A4D) is known color: Razzmatazz. HEX triplet: DC, 0A and 4D. RGB value is (220,10,77). Sum of RGB (Red+Green+Blue) = 220+10+77=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0A4D is #23F5B2. Grayscale: #505050. Windows color (decimal): -2356659 or 5049052. OLE color: 5049052.
HSL color Cylindrical-coordinate representation of color #DC0A4D: hue angle of 340.86º degrees, saturation: 0.91, 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 #DC0A4D is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 77 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.14 |
| HSL | 340.86º | 0.91% | 0.45% | - |
| HSV(B) | 340.86º | 0.95% | 0.86% | - |
| XYZ | 30.96 | 15.97 | 8.47 | - |
| YUV | 80.43 | 126.07 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 77 | 0 | 0.95 | 0.65 | 0.14 | 340.86 | 0.91 | 0.45 |
| Hex | DC | A | 4D | 0 | 5F | 41 | E | 155 | 5B | 2D |
| Octal | 334 | 12 | 115 | 0 | 137 | 101 | 16 | 525 | 133 | 55 |
| Binary | 11011100 | 1010 | 1001101 | 0 | 1011111 | 1000001 | 1110 | 101010101 | 1011011 | 101101 |
Color Harmonies of #DC0A4D
Complementary color
Monochromatic Colors of #DC0A4D
Black with #DC0A4D
Text Example
Text Example
White with #DC0A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0A4D; }
p { color: rgb(220,10,77); }
H1.HeaderClassName
{
color: #DC0A4D;
}
.AnyTagClassName
{
color: #DC0A4D;
}
</style>
background-color css
<style>
a { background-color: #DC0A4D; }
a { background-color: rgb(220,10,77); }
div.DivClassName
{
background-color: #DC0A4D;
}
.BgClassName
{
background-color: #DC0A4D;
}
</style>
border-color css
<style>
span { border-color: #DC0A4D; }
span { border-color: rgb(220,10,77); }
td.TdClassName
{
border-color: #DC0A4D;
}
.TagClassName
{
border-color: #DC0A4D;
}
</style>