Shades of Razzmatazz #D80C56
Tints of Razzmatazz #D80C56
RGB
CMYK
RGB Variations
Color information
#D80C56 (or 0xD80C56) is known color: Razzmatazz. HEX triplet: D8, 0C and 56. RGB value is (216,12,86). Sum of RGB (Red+Green+Blue) = 216+12+86=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C56 is #27F3A9. Grayscale: #515151. Windows color (decimal): -2618282 or 5639384. OLE color: 5639384.
HSL color Cylindrical-coordinate representation of color #D80C56: hue angle of 338.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C56 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 86 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.15 |
| HSL | 338.24º | 0.89% | 0.45% | - |
| HSV(B) | 338.24º | 0.94% | 0.85% | - |
| XYZ | 30.13 | 15.53 | 10.21 | - |
| YUV | 81.43 | 130.59 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 86 | 0 | 0.94 | 0.60 | 0.15 | 338.24 | 0.89 | 0.45 |
| Hex | D8 | C | 56 | 0 | 5E | 3C | F | 152 | 59 | 2D |
| Octal | 330 | 14 | 126 | 0 | 136 | 74 | 17 | 522 | 131 | 55 |
| Binary | 11011000 | 1100 | 1010110 | 0 | 1011110 | 111100 | 1111 | 101010010 | 1011001 | 101101 |
Color Harmonies of #D80C56
Complementary color
Monochromatic Colors of #D80C56
Black with #D80C56
Text Example
Text Example
White with #D80C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C56; }
p { color: rgb(216,12,86); }
H1.HeaderClassName
{
color: #D80C56;
}
.AnyTagClassName
{
color: #D80C56;
}
</style>
background-color css
<style>
a { background-color: #D80C56; }
a { background-color: rgb(216,12,86); }
div.DivClassName
{
background-color: #D80C56;
}
.BgClassName
{
background-color: #D80C56;
}
</style>
border-color css
<style>
span { border-color: #D80C56; }
span { border-color: rgb(216,12,86); }
td.TdClassName
{
border-color: #D80C56;
}
.TagClassName
{
border-color: #D80C56;
}
</style>