Shades of Razzmatazz #D40558
Tints of Razzmatazz #D40558
RGB
CMYK
RGB Variations
Color information
#D40558 (or 0xD40558) is known color: Razzmatazz. HEX triplet: D4, 05 and 58. RGB value is (212,5,88). Sum of RGB (Red+Green+Blue) = 212+5+88=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D40558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40558 is #2BFAA7. Grayscale: #4C4C4C. Windows color (decimal): -2882216 or 5768660. OLE color: 5768660.
HSL color Cylindrical-coordinate representation of color #D40558: hue angle of 335.94º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40558 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 88 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.17 |
| HSL | 335.94º | 0.95% | 0.43% | - |
| HSV(B) | 335.94º | 0.98% | 0.83% | - |
| XYZ | 28.97 | 14.81 | 10.56 | - |
| YUV | 76.36 | 134.58 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 88 | 0 | 0.98 | 0.58 | 0.17 | 335.94 | 0.95 | 0.43 |
| Hex | D4 | 5 | 58 | 0 | 62 | 3A | 11 | 150 | 5F | 2B |
| Octal | 324 | 5 | 130 | 0 | 142 | 72 | 21 | 520 | 137 | 53 |
| Binary | 11010100 | 101 | 1011000 | 0 | 1100010 | 111010 | 10001 | 101010000 | 1011111 | 101011 |
Color Harmonies of #D40558
Complementary color
Monochromatic Colors of #D40558
Black with #D40558
Text Example
Text Example
White with #D40558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40558; }
p { color: rgb(212,5,88); }
H1.HeaderClassName
{
color: #D40558;
}
.AnyTagClassName
{
color: #D40558;
}
</style>
background-color css
<style>
a { background-color: #D40558; }
a { background-color: rgb(212,5,88); }
div.DivClassName
{
background-color: #D40558;
}
.BgClassName
{
background-color: #D40558;
}
</style>
border-color css
<style>
span { border-color: #D40558; }
span { border-color: rgb(212,5,88); }
td.TdClassName
{
border-color: #D40558;
}
.TagClassName
{
border-color: #D40558;
}
</style>