Shades of Razzmatazz #D5044F
Tints of Razzmatazz #D5044F
RGB
CMYK
RGB Variations
Color information
#D5044F (or 0xD5044F) is known color: Razzmatazz. HEX triplet: D5, 04 and 4F. RGB value is (213,4,79). Sum of RGB (Red+Green+Blue) = 213+4+79=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5044F is #2AFBB0. Grayscale: #4A4A4A. Windows color (decimal): -2816945 or 5178581. OLE color: 5178581.
HSL color Cylindrical-coordinate representation of color #D5044F: hue angle of 338.47º 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 #D5044F is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.16 |
| HSL | 338.47º | 0.96% | 0.43% | - |
| HSV(B) | 338.47º | 0.98% | 0.84% | - |
| XYZ | 28.9 | 14.8 | 8.73 | - |
| YUV | 75.04 | 130.24 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 79 | 0 | 0.98 | 0.63 | 0.16 | 338.47 | 0.96 | 0.43 |
| Hex | D5 | 4 | 4F | 0 | 62 | 3F | 10 | 152 | 60 | 2B |
| Octal | 325 | 4 | 117 | 0 | 142 | 77 | 20 | 522 | 140 | 53 |
| Binary | 11010101 | 100 | 1001111 | 0 | 1100010 | 111111 | 10000 | 101010010 | 1100000 | 101011 |
Color Harmonies of #D5044F
Complementary color
Monochromatic Colors of #D5044F
Black with #D5044F
Text Example
Text Example
White with #D5044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5044F; }
p { color: rgb(213,4,79); }
H1.HeaderClassName
{
color: #D5044F;
}
.AnyTagClassName
{
color: #D5044F;
}
</style>
background-color css
<style>
a { background-color: #D5044F; }
a { background-color: rgb(213,4,79); }
div.DivClassName
{
background-color: #D5044F;
}
.BgClassName
{
background-color: #D5044F;
}
</style>
border-color css
<style>
span { border-color: #D5044F; }
span { border-color: rgb(213,4,79); }
td.TdClassName
{
border-color: #D5044F;
}
.TagClassName
{
border-color: #D5044F;
}
</style>