Shades of Razzmatazz #D40460
Tints of Razzmatazz #D40460
RGB
CMYK
RGB Variations
Color information
#D40460 (or 0xD40460) is known color: Razzmatazz. HEX triplet: D4, 04 and 60. RGB value is (212,4,96). Sum of RGB (Red+Green+Blue) = 212+4+96=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D40460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40460 is #2BFB9F. Grayscale: #4C4C4C. Windows color (decimal): -2882464 or 6292692. OLE color: 6292692.
HSL color Cylindrical-coordinate representation of color #D40460: hue angle of 333.46º 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 #D40460 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 96 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.17 |
| HSL | 333.46º | 0.96% | 0.42% | - |
| HSV(B) | 333.46º | 0.98% | 0.83% | - |
| XYZ | 29.31 | 14.93 | 12.4 | - |
| YUV | 76.68 | 138.91 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 96 | 0 | 0.98 | 0.55 | 0.17 | 333.46 | 0.96 | 0.42 |
| Hex | D4 | 4 | 60 | 0 | 62 | 37 | 11 | 14D | 60 | 2A |
| Octal | 324 | 4 | 140 | 0 | 142 | 67 | 21 | 515 | 140 | 52 |
| Binary | 11010100 | 100 | 1100000 | 0 | 1100010 | 110111 | 10001 | 101001101 | 1100000 | 101010 |
Color Harmonies of #D40460
Complementary color
Monochromatic Colors of #D40460
Black with #D40460
Text Example
Text Example
White with #D40460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40460; }
p { color: rgb(212,4,96); }
H1.HeaderClassName
{
color: #D40460;
}
.AnyTagClassName
{
color: #D40460;
}
</style>
background-color css
<style>
a { background-color: #D40460; }
a { background-color: rgb(212,4,96); }
div.DivClassName
{
background-color: #D40460;
}
.BgClassName
{
background-color: #D40460;
}
</style>
border-color css
<style>
span { border-color: #D40460; }
span { border-color: rgb(212,4,96); }
td.TdClassName
{
border-color: #D40460;
}
.TagClassName
{
border-color: #D40460;
}
</style>