Shades of Razzmatazz #D9004D
Tints of Razzmatazz #D9004D
RGB
CMYK
RGB Variations
Color information
#D9004D (or 0xD9004D) is known color: Razzmatazz. HEX triplet: D9, 00 and 4D. RGB value is (217,0,77). Sum of RGB (Red+Green+Blue) = 217+0+77=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D9004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9004D is #26FFB2. Grayscale: #494949. Windows color (decimal): -2555827 or 5046489. OLE color: 5046489.
HSL color Cylindrical-coordinate representation of color #D9004D: hue angle of 338.71º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9004D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.65 | 0.15 |
| HSL | 338.71º | 1% | 0.43% | - |
| HSV(B) | 338.71º | 1% | 0.85% | - |
| XYZ | 29.95 | 15.29 | 8.39 | - |
| YUV | 73.66 | 129.89 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 77 | 0 | 1 | 0.65 | 0.15 | 338.71 | 1 | 0.43 |
| Hex | D9 | 0 | 4D | 0 | 64 | 41 | F | 153 | 64 | 2B |
| Octal | 331 | 0 | 115 | 0 | 144 | 101 | 17 | 523 | 144 | 53 |
| Binary | 11011001 | 0 | 1001101 | 0 | 1100100 | 1000001 | 1111 | 101010011 | 1100100 | 101011 |
Color Harmonies of #D9004D
Complementary color
Monochromatic Colors of #D9004D
Black with #D9004D
Text Example
Text Example
White with #D9004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9004D; }
p { color: rgb(217,0,77); }
H1.HeaderClassName
{
color: #D9004D;
}
.AnyTagClassName
{
color: #D9004D;
}
</style>
background-color css
<style>
a { background-color: #D9004D; }
a { background-color: rgb(217,0,77); }
div.DivClassName
{
background-color: #D9004D;
}
.BgClassName
{
background-color: #D9004D;
}
</style>
border-color css
<style>
span { border-color: #D9004D; }
span { border-color: rgb(217,0,77); }
td.TdClassName
{
border-color: #D9004D;
}
.TagClassName
{
border-color: #D9004D;
}
</style>