Shades of Razzmatazz #D00054
Tints of Razzmatazz #D00054
RGB
CMYK
RGB Variations
Color information
#D00054 (or 0xD00054) is known color: Razzmatazz. HEX triplet: D0, 00 and 54. RGB value is (208,0,84). Sum of RGB (Red+Green+Blue) = 208+0+84=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D00054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00054 is #2FFFAB. Grayscale: #474747. Windows color (decimal): -3145644 or 5505232. OLE color: 5505232.
HSL color Cylindrical-coordinate representation of color #D00054: hue angle of 335.77º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00054 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.60 | 0.18 |
| HSL | 335.77º | 1% | 0.41% | - |
| HSV(B) | 335.77º | 1% | 0.82% | - |
| XYZ | 27.61 | 14.05 | 9.64 | - |
| YUV | 71.77 | 134.91 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 84 | 0 | 1 | 0.60 | 0.18 | 335.77 | 1 | 0.41 |
| Hex | D0 | 0 | 54 | 0 | 64 | 3C | 12 | 150 | 64 | 29 |
| Octal | 320 | 0 | 124 | 0 | 144 | 74 | 22 | 520 | 144 | 51 |
| Binary | 11010000 | 0 | 1010100 | 0 | 1100100 | 111100 | 10010 | 101010000 | 1100100 | 101001 |
Color Harmonies of #D00054
Complementary color
Monochromatic Colors of #D00054
Black with #D00054
Text Example
Text Example
White with #D00054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00054; }
p { color: rgb(208,0,84); }
H1.HeaderClassName
{
color: #D00054;
}
.AnyTagClassName
{
color: #D00054;
}
</style>
background-color css
<style>
a { background-color: #D00054; }
a { background-color: rgb(208,0,84); }
div.DivClassName
{
background-color: #D00054;
}
.BgClassName
{
background-color: #D00054;
}
</style>
border-color css
<style>
span { border-color: #D00054; }
span { border-color: rgb(208,0,84); }
td.TdClassName
{
border-color: #D00054;
}
.TagClassName
{
border-color: #D00054;
}
</style>