Shades of Razzmatazz #D40457
Tints of Razzmatazz #D40457
RGB
CMYK
RGB Variations
Color information
#D40457 (or 0xD40457) is known color: Razzmatazz. HEX triplet: D4, 04 and 57. RGB value is (212,4,87). Sum of RGB (Red+Green+Blue) = 212+4+87=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D40457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40457 is #2BFBA8. Grayscale: #4B4B4B. Windows color (decimal): -2882473 or 5702868. OLE color: 5702868.
HSL color Cylindrical-coordinate representation of color #D40457: hue angle of 336.06º 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 #D40457 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 87 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.17 |
| HSL | 336.06º | 0.96% | 0.42% | - |
| HSV(B) | 336.06º | 0.98% | 0.83% | - |
| XYZ | 28.92 | 14.77 | 10.34 | - |
| YUV | 75.65 | 134.41 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 87 | 0 | 0.98 | 0.59 | 0.17 | 336.06 | 0.96 | 0.42 |
| Hex | D4 | 4 | 57 | 0 | 62 | 3B | 11 | 150 | 60 | 2A |
| Octal | 324 | 4 | 127 | 0 | 142 | 73 | 21 | 520 | 140 | 52 |
| Binary | 11010100 | 100 | 1010111 | 0 | 1100010 | 111011 | 10001 | 101010000 | 1100000 | 101010 |
Color Harmonies of #D40457
Complementary color
Monochromatic Colors of #D40457
Black with #D40457
Text Example
Text Example
White with #D40457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40457; }
p { color: rgb(212,4,87); }
H1.HeaderClassName
{
color: #D40457;
}
.AnyTagClassName
{
color: #D40457;
}
</style>
background-color css
<style>
a { background-color: #D40457; }
a { background-color: rgb(212,4,87); }
div.DivClassName
{
background-color: #D40457;
}
.BgClassName
{
background-color: #D40457;
}
</style>
border-color css
<style>
span { border-color: #D40457; }
span { border-color: rgb(212,4,87); }
td.TdClassName
{
border-color: #D40457;
}
.TagClassName
{
border-color: #D40457;
}
</style>