Shades of Razzmatazz #D80A52
Tints of Razzmatazz #D80A52
RGB
CMYK
RGB Variations
Color information
#D80A52 (or 0xD80A52) is known color: Razzmatazz. HEX triplet: D8, 0A and 52. RGB value is (216,10,82). Sum of RGB (Red+Green+Blue) = 216+10+82=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A52 is #27F5AD. Grayscale: #4F4F4F. Windows color (decimal): -2618798 or 5376728. OLE color: 5376728.
HSL color Cylindrical-coordinate representation of color #D80A52: hue angle of 339.03º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A52 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 82 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.15 |
| HSL | 339.03º | 0.91% | 0.44% | - |
| HSV(B) | 339.03º | 0.95% | 0.85% | - |
| XYZ | 29.95 | 15.43 | 9.38 | - |
| YUV | 79.8 | 129.25 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 82 | 0 | 0.95 | 0.62 | 0.15 | 339.03 | 0.91 | 0.44 |
| Hex | D8 | A | 52 | 0 | 5F | 3E | F | 153 | 5B | 2C |
| Octal | 330 | 12 | 122 | 0 | 137 | 76 | 17 | 523 | 133 | 54 |
| Binary | 11011000 | 1010 | 1010010 | 0 | 1011111 | 111110 | 1111 | 101010011 | 1011011 | 101100 |
Color Harmonies of #D80A52
Complementary color
Monochromatic Colors of #D80A52
Black with #D80A52
Text Example
Text Example
White with #D80A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A52; }
p { color: rgb(216,10,82); }
H1.HeaderClassName
{
color: #D80A52;
}
.AnyTagClassName
{
color: #D80A52;
}
</style>
background-color css
<style>
a { background-color: #D80A52; }
a { background-color: rgb(216,10,82); }
div.DivClassName
{
background-color: #D80A52;
}
.BgClassName
{
background-color: #D80A52;
}
</style>
border-color css
<style>
span { border-color: #D80A52; }
span { border-color: rgb(216,10,82); }
td.TdClassName
{
border-color: #D80A52;
}
.TagClassName
{
border-color: #D80A52;
}
</style>