Shades of Razzmatazz #D80053
Tints of Razzmatazz #D80053
RGB
CMYK
RGB Variations
Color information
#D80053 (or 0xD80053) is known color: Razzmatazz. HEX triplet: D8, 00 and 53. RGB value is (216,0,83). Sum of RGB (Red+Green+Blue) = 216+0+83=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D80053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80053 is #27FFAC. Grayscale: #494949. Windows color (decimal): -2621357 or 5439704. OLE color: 5439704.
HSL color Cylindrical-coordinate representation of color #D80053: hue angle of 336.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80053 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.62 | 0.15 |
| HSL | 336.94º | 1% | 0.42% | - |
| HSV(B) | 336.94º | 1% | 0.85% | - |
| XYZ | 29.88 | 15.22 | 9.55 | - |
| YUV | 74.05 | 133.06 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 83 | 0 | 1 | 0.62 | 0.15 | 336.94 | 1 | 0.42 |
| Hex | D8 | 0 | 53 | 0 | 64 | 3E | F | 151 | 64 | 2A |
| Octal | 330 | 0 | 123 | 0 | 144 | 76 | 17 | 521 | 144 | 52 |
| Binary | 11011000 | 0 | 1010011 | 0 | 1100100 | 111110 | 1111 | 101010001 | 1100100 | 101010 |
Color Harmonies of #D80053
Complementary color
Monochromatic Colors of #D80053
Black with #D80053
Text Example
Text Example
White with #D80053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80053; }
p { color: rgb(216,0,83); }
H1.HeaderClassName
{
color: #D80053;
}
.AnyTagClassName
{
color: #D80053;
}
</style>
background-color css
<style>
a { background-color: #D80053; }
a { background-color: rgb(216,0,83); }
div.DivClassName
{
background-color: #D80053;
}
.BgClassName
{
background-color: #D80053;
}
</style>
border-color css
<style>
span { border-color: #D80053; }
span { border-color: rgb(216,0,83); }
td.TdClassName
{
border-color: #D80053;
}
.TagClassName
{
border-color: #D80053;
}
</style>