Shades of Razzmatazz #D80552
Tints of Razzmatazz #D80552
RGB
CMYK
RGB Variations
Color information
#D80552 (or 0xD80552) is known color: Razzmatazz. HEX triplet: D8, 05 and 52. RGB value is (216,5,82). Sum of RGB (Red+Green+Blue) = 216+5+82=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D80552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80552 is #27FAAD. Grayscale: #4C4C4C. Windows color (decimal): -2620078 or 5375448. OLE color: 5375448.
HSL color Cylindrical-coordinate representation of color #D80552: hue angle of 338.1º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80552 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.15 |
| HSL | 338.1º | 0.95% | 0.43% | - |
| HSV(B) | 338.1º | 0.98% | 0.85% | - |
| XYZ | 29.9 | 15.32 | 9.36 | - |
| YUV | 76.87 | 130.9 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 82 | 0 | 0.98 | 0.62 | 0.15 | 338.1 | 0.95 | 0.43 |
| Hex | D8 | 5 | 52 | 0 | 62 | 3E | F | 152 | 5F | 2B |
| Octal | 330 | 5 | 122 | 0 | 142 | 76 | 17 | 522 | 137 | 53 |
| Binary | 11011000 | 101 | 1010010 | 0 | 1100010 | 111110 | 1111 | 101010010 | 1011111 | 101011 |
Color Harmonies of #D80552
Complementary color
Monochromatic Colors of #D80552
Black with #D80552
Text Example
Text Example
White with #D80552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80552; }
p { color: rgb(216,5,82); }
H1.HeaderClassName
{
color: #D80552;
}
.AnyTagClassName
{
color: #D80552;
}
</style>
background-color css
<style>
a { background-color: #D80552; }
a { background-color: rgb(216,5,82); }
div.DivClassName
{
background-color: #D80552;
}
.BgClassName
{
background-color: #D80552;
}
</style>
border-color css
<style>
span { border-color: #D80552; }
span { border-color: rgb(216,5,82); }
td.TdClassName
{
border-color: #D80552;
}
.TagClassName
{
border-color: #D80552;
}
</style>