Shades of Razzmatazz #D80052
Tints of Razzmatazz #D80052
RGB
CMYK
RGB Variations
Color information
#D80052 (or 0xD80052) is known color: Razzmatazz. HEX triplet: D8, 00 and 52. RGB value is (216,0,82). Sum of RGB (Red+Green+Blue) = 216+0+82=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D80052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80052 is #27FFAD. Grayscale: #494949. Windows color (decimal): -2621358 or 5374168. OLE color: 5374168.
HSL color Cylindrical-coordinate representation of color #D80052: hue angle of 337.22º 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 #D80052 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.62 | 0.15 |
| HSL | 337.22º | 1% | 0.42% | - |
| HSV(B) | 337.22º | 1% | 0.85% | - |
| XYZ | 29.84 | 15.21 | 9.35 | - |
| YUV | 73.93 | 132.56 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 82 | 0 | 1 | 0.62 | 0.15 | 337.22 | 1 | 0.42 |
| Hex | D8 | 0 | 52 | 0 | 64 | 3E | F | 151 | 64 | 2A |
| Octal | 330 | 0 | 122 | 0 | 144 | 76 | 17 | 521 | 144 | 52 |
| Binary | 11011000 | 0 | 1010010 | 0 | 1100100 | 111110 | 1111 | 101010001 | 1100100 | 101010 |
Color Harmonies of #D80052
Complementary color
Monochromatic Colors of #D80052
Black with #D80052
Text Example
Text Example
White with #D80052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80052; }
p { color: rgb(216,0,82); }
H1.HeaderClassName
{
color: #D80052;
}
.AnyTagClassName
{
color: #D80052;
}
</style>
background-color css
<style>
a { background-color: #D80052; }
a { background-color: rgb(216,0,82); }
div.DivClassName
{
background-color: #D80052;
}
.BgClassName
{
background-color: #D80052;
}
</style>
border-color css
<style>
span { border-color: #D80052; }
span { border-color: rgb(216,0,82); }
td.TdClassName
{
border-color: #D80052;
}
.TagClassName
{
border-color: #D80052;
}
</style>