Shades of Razzmatazz #D5044D
Tints of Razzmatazz #D5044D
RGB
CMYK
RGB Variations
Color information
#D5044D (or 0xD5044D) is known color: Razzmatazz. HEX triplet: D5, 04 and 4D. RGB value is (213,4,77). Sum of RGB (Red+Green+Blue) = 213+4+77=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D5044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5044D is #2AFBB2. Grayscale: #4A4A4A. Windows color (decimal): -2816947 or 5047509. OLE color: 5047509.
HSL color Cylindrical-coordinate representation of color #D5044D: hue angle of 339.04º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5044D is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.16 |
| HSL | 339.04º | 0.96% | 0.43% | - |
| HSV(B) | 339.04º | 0.98% | 0.84% | - |
| XYZ | 28.82 | 14.77 | 8.35 | - |
| YUV | 74.81 | 129.24 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 77 | 0 | 0.98 | 0.64 | 0.16 | 339.04 | 0.96 | 0.43 |
| Hex | D5 | 4 | 4D | 0 | 62 | 40 | 10 | 153 | 60 | 2B |
| Octal | 325 | 4 | 115 | 0 | 142 | 100 | 20 | 523 | 140 | 53 |
| Binary | 11010101 | 100 | 1001101 | 0 | 1100010 | 1000000 | 10000 | 101010011 | 1100000 | 101011 |
Color Harmonies of #D5044D
Complementary color
Monochromatic Colors of #D5044D
Black with #D5044D
Text Example
Text Example
White with #D5044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5044D; }
p { color: rgb(213,4,77); }
H1.HeaderClassName
{
color: #D5044D;
}
.AnyTagClassName
{
color: #D5044D;
}
</style>
background-color css
<style>
a { background-color: #D5044D; }
a { background-color: rgb(213,4,77); }
div.DivClassName
{
background-color: #D5044D;
}
.BgClassName
{
background-color: #D5044D;
}
</style>
border-color css
<style>
span { border-color: #D5044D; }
span { border-color: rgb(213,4,77); }
td.TdClassName
{
border-color: #D5044D;
}
.TagClassName
{
border-color: #D5044D;
}
</style>