Shades of Razzmatazz #D80553
Tints of Razzmatazz #D80553
RGB
CMYK
RGB Variations
Color information
#D80553 (or 0xD80553) is known color: Razzmatazz. HEX triplet: D8, 05 and 53. RGB value is (216,5,83). Sum of RGB (Red+Green+Blue) = 216+5+83=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D80553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80553 is #27FAAC. Grayscale: #4C4C4C. Windows color (decimal): -2620077 or 5440984. OLE color: 5440984.
HSL color Cylindrical-coordinate representation of color #D80553: hue angle of 337.82º 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 #D80553 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 83 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.15 |
| HSL | 337.82º | 0.95% | 0.43% | - |
| HSV(B) | 337.82º | 0.98% | 0.85% | - |
| XYZ | 29.93 | 15.33 | 9.57 | - |
| YUV | 76.98 | 131.4 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 83 | 0 | 0.98 | 0.62 | 0.15 | 337.82 | 0.95 | 0.43 |
| Hex | D8 | 5 | 53 | 0 | 62 | 3E | F | 152 | 5F | 2B |
| Octal | 330 | 5 | 123 | 0 | 142 | 76 | 17 | 522 | 137 | 53 |
| Binary | 11011000 | 101 | 1010011 | 0 | 1100010 | 111110 | 1111 | 101010010 | 1011111 | 101011 |
Color Harmonies of #D80553
Complementary color
Monochromatic Colors of #D80553
Black with #D80553
Text Example
Text Example
White with #D80553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80553; }
p { color: rgb(216,5,83); }
H1.HeaderClassName
{
color: #D80553;
}
.AnyTagClassName
{
color: #D80553;
}
</style>
background-color css
<style>
a { background-color: #D80553; }
a { background-color: rgb(216,5,83); }
div.DivClassName
{
background-color: #D80553;
}
.BgClassName
{
background-color: #D80553;
}
</style>
border-color css
<style>
span { border-color: #D80553; }
span { border-color: rgb(216,5,83); }
td.TdClassName
{
border-color: #D80553;
}
.TagClassName
{
border-color: #D80553;
}
</style>