Shades of Razzmatazz #D40256
Tints of Razzmatazz #D40256
RGB
CMYK
RGB Variations
Color information
#D40256 (or 0xD40256) is known color: Razzmatazz. HEX triplet: D4, 02 and 56. RGB value is (212,2,86). Sum of RGB (Red+Green+Blue) = 212+2+86=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D40256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40256 is #2BFDA9. Grayscale: #4A4A4A. Windows color (decimal): -2882986 or 5636820. OLE color: 5636820.
HSL color Cylindrical-coordinate representation of color #D40256: hue angle of 336º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40256 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.17 |
| HSL | 336º | 0.98% | 0.42% | - |
| HSV(B) | 336º | 0.99% | 0.83% | - |
| XYZ | 28.85 | 14.71 | 10.12 | - |
| YUV | 74.37 | 134.57 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 86 | 0 | 0.99 | 0.59 | 0.17 | 336 | 0.98 | 0.42 |
| Hex | D4 | 2 | 56 | 0 | 63 | 3B | 11 | 150 | 62 | 2A |
| Octal | 324 | 2 | 126 | 0 | 143 | 73 | 21 | 520 | 142 | 52 |
| Binary | 11010100 | 10 | 1010110 | 0 | 1100011 | 111011 | 10001 | 101010000 | 1100010 | 101010 |
Color Harmonies of #D40256
Complementary color
Monochromatic Colors of #D40256
Black with #D40256
Text Example
Text Example
White with #D40256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40256; }
p { color: rgb(212,2,86); }
H1.HeaderClassName
{
color: #D40256;
}
.AnyTagClassName
{
color: #D40256;
}
</style>
background-color css
<style>
a { background-color: #D40256; }
a { background-color: rgb(212,2,86); }
div.DivClassName
{
background-color: #D40256;
}
.BgClassName
{
background-color: #D40256;
}
</style>
border-color css
<style>
span { border-color: #D40256; }
span { border-color: rgb(212,2,86); }
td.TdClassName
{
border-color: #D40256;
}
.TagClassName
{
border-color: #D40256;
}
</style>