Shades of Razzmatazz #D5045F
Tints of Razzmatazz #D5045F
RGB
CMYK
RGB Variations
Color information
#D5045F (or 0xD5045F) is known color: Razzmatazz. HEX triplet: D5, 04 and 5F. RGB value is (213,4,95). Sum of RGB (Red+Green+Blue) = 213+4+95=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5045F is #2AFBA0. Grayscale: #4C4C4C. Windows color (decimal): -2816929 or 6227157. OLE color: 6227157.
HSL color Cylindrical-coordinate representation of color #D5045F: hue angle of 333.88º 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 #D5045F is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 95 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.16 |
| HSL | 333.88º | 0.96% | 0.43% | - |
| HSV(B) | 333.88º | 0.98% | 0.84% | - |
| XYZ | 29.55 | 15.06 | 12.18 | - |
| YUV | 76.87 | 138.24 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 95 | 0 | 0.98 | 0.55 | 0.16 | 333.88 | 0.96 | 0.43 |
| Hex | D5 | 4 | 5F | 0 | 62 | 37 | 10 | 14E | 60 | 2B |
| Octal | 325 | 4 | 137 | 0 | 142 | 67 | 20 | 516 | 140 | 53 |
| Binary | 11010101 | 100 | 1011111 | 0 | 1100010 | 110111 | 10000 | 101001110 | 1100000 | 101011 |
Color Harmonies of #D5045F
Complementary color
Monochromatic Colors of #D5045F
Black with #D5045F
Text Example
Text Example
White with #D5045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5045F; }
p { color: rgb(213,4,95); }
H1.HeaderClassName
{
color: #D5045F;
}
.AnyTagClassName
{
color: #D5045F;
}
</style>
background-color css
<style>
a { background-color: #D5045F; }
a { background-color: rgb(213,4,95); }
div.DivClassName
{
background-color: #D5045F;
}
.BgClassName
{
background-color: #D5045F;
}
</style>
border-color css
<style>
span { border-color: #D5045F; }
span { border-color: rgb(213,4,95); }
td.TdClassName
{
border-color: #D5045F;
}
.TagClassName
{
border-color: #D5045F;
}
</style>