Shades of Razzmatazz #D40458
Tints of Razzmatazz #D40458
RGB
CMYK
RGB Variations
Color information
#D40458 (or 0xD40458) is known color: Razzmatazz. HEX triplet: D4, 04 and 58. RGB value is (212,4,88). Sum of RGB (Red+Green+Blue) = 212+4+88=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D40458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40458 is #2BFBA7. Grayscale: #4B4B4B. Windows color (decimal): -2882472 or 5768404. OLE color: 5768404.
HSL color Cylindrical-coordinate representation of color #D40458: hue angle of 335.77º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40458 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.17 |
| HSL | 335.77º | 0.96% | 0.42% | - |
| HSV(B) | 335.77º | 0.98% | 0.83% | - |
| XYZ | 28.96 | 14.79 | 10.56 | - |
| YUV | 75.77 | 134.91 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 88 | 0 | 0.98 | 0.58 | 0.17 | 335.77 | 0.96 | 0.42 |
| Hex | D4 | 4 | 58 | 0 | 62 | 3A | 11 | 150 | 60 | 2A |
| Octal | 324 | 4 | 130 | 0 | 142 | 72 | 21 | 520 | 140 | 52 |
| Binary | 11010100 | 100 | 1011000 | 0 | 1100010 | 111010 | 10001 | 101010000 | 1100000 | 101010 |
Color Harmonies of #D40458
Complementary color
Monochromatic Colors of #D40458
Black with #D40458
Text Example
Text Example
White with #D40458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40458; }
p { color: rgb(212,4,88); }
H1.HeaderClassName
{
color: #D40458;
}
.AnyTagClassName
{
color: #D40458;
}
</style>
background-color css
<style>
a { background-color: #D40458; }
a { background-color: rgb(212,4,88); }
div.DivClassName
{
background-color: #D40458;
}
.BgClassName
{
background-color: #D40458;
}
</style>
border-color css
<style>
span { border-color: #D40458; }
span { border-color: rgb(212,4,88); }
td.TdClassName
{
border-color: #D40458;
}
.TagClassName
{
border-color: #D40458;
}
</style>