Shades of Razzmatazz #D40160
Tints of Razzmatazz #D40160
RGB
CMYK
RGB Variations
Color information
#D40160 (or 0xD40160) is known color: Razzmatazz. HEX triplet: D4, 01 and 60. RGB value is (212,1,96). Sum of RGB (Red+Green+Blue) = 212+1+96=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D40160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40160 is #2BFE9F. Grayscale: #4A4A4A. Windows color (decimal): -2883232 or 6291924. OLE color: 6291924.
HSL color Cylindrical-coordinate representation of color #D40160: hue angle of 332.99º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40160 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 96 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.17 |
| HSL | 332.99º | 0.99% | 0.42% | - |
| HSV(B) | 332.99º | 1% | 0.83% | - |
| XYZ | 29.27 | 14.86 | 12.39 | - |
| YUV | 74.92 | 139.9 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 96 | 0 | 1.00 | 0.55 | 0.17 | 332.99 | 0.99 | 0.42 |
| Hex | D4 | 1 | 60 | 0 | 64 | 37 | 11 | 14D | 63 | 2A |
| Octal | 324 | 1 | 140 | 0 | 144 | 67 | 21 | 515 | 143 | 52 |
| Binary | 11010100 | 1 | 1100000 | 0 | 1100100 | 110111 | 10001 | 101001101 | 1100011 | 101010 |
Color Harmonies of #D40160
Complementary color
Monochromatic Colors of #D40160
Black with #D40160
Text Example
Text Example
White with #D40160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40160; }
p { color: rgb(212,1,96); }
H1.HeaderClassName
{
color: #D40160;
}
.AnyTagClassName
{
color: #D40160;
}
</style>
background-color css
<style>
a { background-color: #D40160; }
a { background-color: rgb(212,1,96); }
div.DivClassName
{
background-color: #D40160;
}
.BgClassName
{
background-color: #D40160;
}
</style>
border-color css
<style>
span { border-color: #D40160; }
span { border-color: rgb(212,1,96); }
td.TdClassName
{
border-color: #D40160;
}
.TagClassName
{
border-color: #D40160;
}
</style>