Shades of Razzmatazz #D8004C
Tints of Razzmatazz #D8004C
RGB
CMYK
RGB Variations
Color information
#D8004C (or 0xD8004C) is known color: Razzmatazz. HEX triplet: D8, 00 and 4C. RGB value is (216,0,76). Sum of RGB (Red+Green+Blue) = 216+0+76=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D8004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8004C is #27FFB3. Grayscale: #494949. Windows color (decimal): -2621364 or 4980952. OLE color: 4980952.
HSL color Cylindrical-coordinate representation of color #D8004C: hue angle of 338.89º 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 #D8004C is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.65 | 0.15 |
| HSL | 338.89º | 1% | 0.42% | - |
| HSV(B) | 338.89º | 1% | 0.85% | - |
| XYZ | 29.62 | 15.12 | 8.19 | - |
| YUV | 73.25 | 129.56 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 76 | 0 | 1 | 0.65 | 0.15 | 338.89 | 1 | 0.42 |
| Hex | D8 | 0 | 4C | 0 | 64 | 41 | F | 153 | 64 | 2A |
| Octal | 330 | 0 | 114 | 0 | 144 | 101 | 17 | 523 | 144 | 52 |
| Binary | 11011000 | 0 | 1001100 | 0 | 1100100 | 1000001 | 1111 | 101010011 | 1100100 | 101010 |
Color Harmonies of #D8004C
Complementary color
Monochromatic Colors of #D8004C
Black with #D8004C
Text Example
Text Example
White with #D8004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8004C; }
p { color: rgb(216,0,76); }
H1.HeaderClassName
{
color: #D8004C;
}
.AnyTagClassName
{
color: #D8004C;
}
</style>
background-color css
<style>
a { background-color: #D8004C; }
a { background-color: rgb(216,0,76); }
div.DivClassName
{
background-color: #D8004C;
}
.BgClassName
{
background-color: #D8004C;
}
</style>
border-color css
<style>
span { border-color: #D8004C; }
span { border-color: rgb(216,0,76); }
td.TdClassName
{
border-color: #D8004C;
}
.TagClassName
{
border-color: #D8004C;
}
</style>