Shades of Razzmatazz #D80C57
Tints of Razzmatazz #D80C57
RGB
CMYK
RGB Variations
Color information
#D80C57 (or 0xD80C57) is known color: Razzmatazz. HEX triplet: D8, 0C and 57. RGB value is (216,12,87). Sum of RGB (Red+Green+Blue) = 216+12+87=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C57 is #27F3A8. Grayscale: #515151. Windows color (decimal): -2618281 or 5704920. OLE color: 5704920.
HSL color Cylindrical-coordinate representation of color #D80C57: hue angle of 337.94º 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 #D80C57 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 87 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.15 |
| HSL | 337.94º | 0.89% | 0.45% | - |
| HSV(B) | 337.94º | 0.94% | 0.85% | - |
| XYZ | 30.17 | 15.55 | 10.43 | - |
| YUV | 81.55 | 131.09 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 87 | 0 | 0.94 | 0.60 | 0.15 | 337.94 | 0.89 | 0.45 |
| Hex | D8 | C | 57 | 0 | 5E | 3C | F | 152 | 59 | 2D |
| Octal | 330 | 14 | 127 | 0 | 136 | 74 | 17 | 522 | 131 | 55 |
| Binary | 11011000 | 1100 | 1010111 | 0 | 1011110 | 111100 | 1111 | 101010010 | 1011001 | 101101 |
Color Harmonies of #D80C57
Complementary color
Monochromatic Colors of #D80C57
Black with #D80C57
Text Example
Text Example
White with #D80C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C57; }
p { color: rgb(216,12,87); }
H1.HeaderClassName
{
color: #D80C57;
}
.AnyTagClassName
{
color: #D80C57;
}
</style>
background-color css
<style>
a { background-color: #D80C57; }
a { background-color: rgb(216,12,87); }
div.DivClassName
{
background-color: #D80C57;
}
.BgClassName
{
background-color: #D80C57;
}
</style>
border-color css
<style>
span { border-color: #D80C57; }
span { border-color: rgb(216,12,87); }
td.TdClassName
{
border-color: #D80C57;
}
.TagClassName
{
border-color: #D80C57;
}
</style>