Shades of Razzmatazz #D40956
Tints of Razzmatazz #D40956
RGB
CMYK
RGB Variations
Color information
#D40956 (or 0xD40956) is known color: Razzmatazz. HEX triplet: D4, 09 and 56. RGB value is (212,9,86). Sum of RGB (Red+Green+Blue) = 212+9+86=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D40956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40956 is #2BF6A9. Grayscale: #4E4E4E. Windows color (decimal): -2881194 or 5638612. OLE color: 5638612.
HSL color Cylindrical-coordinate representation of color #D40956: hue angle of 337.24º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40956 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 86 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.17 |
| HSL | 337.24º | 0.92% | 0.43% | - |
| HSV(B) | 337.24º | 0.96% | 0.83% | - |
| XYZ | 28.93 | 14.86 | 10.15 | - |
| YUV | 78.48 | 132.25 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 86 | 0 | 0.96 | 0.59 | 0.17 | 337.24 | 0.92 | 0.43 |
| Hex | D4 | 9 | 56 | 0 | 60 | 3B | 11 | 151 | 5C | 2B |
| Octal | 324 | 11 | 126 | 0 | 140 | 73 | 21 | 521 | 134 | 53 |
| Binary | 11010100 | 1001 | 1010110 | 0 | 1100000 | 111011 | 10001 | 101010001 | 1011100 | 101011 |
Color Harmonies of #D40956
Complementary color
Monochromatic Colors of #D40956
Black with #D40956
Text Example
Text Example
White with #D40956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40956; }
p { color: rgb(212,9,86); }
H1.HeaderClassName
{
color: #D40956;
}
.AnyTagClassName
{
color: #D40956;
}
</style>
background-color css
<style>
a { background-color: #D40956; }
a { background-color: rgb(212,9,86); }
div.DivClassName
{
background-color: #D40956;
}
.BgClassName
{
background-color: #D40956;
}
</style>
border-color css
<style>
span { border-color: #D40956; }
span { border-color: rgb(212,9,86); }
td.TdClassName
{
border-color: #D40956;
}
.TagClassName
{
border-color: #D40956;
}
</style>