Shades of Razzmatazz #D40556
Tints of Razzmatazz #D40556
RGB
CMYK
RGB Variations
Color information
#D40556 (or 0xD40556) is known color: Razzmatazz. HEX triplet: D4, 05 and 56. RGB value is (212,5,86). Sum of RGB (Red+Green+Blue) = 212+5+86=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D40556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40556 is #2BFAA9. Grayscale: #4C4C4C. Windows color (decimal): -2882218 or 5637588. OLE color: 5637588.
HSL color Cylindrical-coordinate representation of color #D40556: hue angle of 336.52º 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 #D40556 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 86 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.17 |
| HSL | 336.52º | 0.95% | 0.43% | - |
| HSV(B) | 336.52º | 0.98% | 0.83% | - |
| XYZ | 28.89 | 14.78 | 10.13 | - |
| YUV | 76.13 | 133.58 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 86 | 0 | 0.98 | 0.59 | 0.17 | 336.52 | 0.95 | 0.43 |
| Hex | D4 | 5 | 56 | 0 | 62 | 3B | 11 | 151 | 5F | 2B |
| Octal | 324 | 5 | 126 | 0 | 142 | 73 | 21 | 521 | 137 | 53 |
| Binary | 11010100 | 101 | 1010110 | 0 | 1100010 | 111011 | 10001 | 101010001 | 1011111 | 101011 |
Color Harmonies of #D40556
Complementary color
Monochromatic Colors of #D40556
Black with #D40556
Text Example
Text Example
White with #D40556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40556; }
p { color: rgb(212,5,86); }
H1.HeaderClassName
{
color: #D40556;
}
.AnyTagClassName
{
color: #D40556;
}
</style>
background-color css
<style>
a { background-color: #D40556; }
a { background-color: rgb(212,5,86); }
div.DivClassName
{
background-color: #D40556;
}
.BgClassName
{
background-color: #D40556;
}
</style>
border-color css
<style>
span { border-color: #D40556; }
span { border-color: rgb(212,5,86); }
td.TdClassName
{
border-color: #D40556;
}
.TagClassName
{
border-color: #D40556;
}
</style>