Shades of Razzmatazz #D40959
Tints of Razzmatazz #D40959
RGB
CMYK
RGB Variations
Color information
#D40959 (or 0xD40959) is known color: Razzmatazz. HEX triplet: D4, 09 and 59. RGB value is (212,9,89). Sum of RGB (Red+Green+Blue) = 212+9+89=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D40959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40959 is #2BF6A6. Grayscale: #4E4E4E. Windows color (decimal): -2881191 or 5835220. OLE color: 5835220.
HSL color Cylindrical-coordinate representation of color #D40959: hue angle of 336.35º 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 #D40959 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 89 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.17 |
| HSL | 336.35º | 0.92% | 0.43% | - |
| HSV(B) | 336.35º | 0.96% | 0.83% | - |
| XYZ | 29.05 | 14.91 | 10.8 | - |
| YUV | 78.82 | 133.75 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 89 | 0 | 0.96 | 0.58 | 0.17 | 336.35 | 0.92 | 0.43 |
| Hex | D4 | 9 | 59 | 0 | 60 | 3A | 11 | 150 | 5C | 2B |
| Octal | 324 | 11 | 131 | 0 | 140 | 72 | 21 | 520 | 134 | 53 |
| Binary | 11010100 | 1001 | 1011001 | 0 | 1100000 | 111010 | 10001 | 101010000 | 1011100 | 101011 |
Color Harmonies of #D40959
Complementary color
Monochromatic Colors of #D40959
Black with #D40959
Text Example
Text Example
White with #D40959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40959; }
p { color: rgb(212,9,89); }
H1.HeaderClassName
{
color: #D40959;
}
.AnyTagClassName
{
color: #D40959;
}
</style>
background-color css
<style>
a { background-color: #D40959; }
a { background-color: rgb(212,9,89); }
div.DivClassName
{
background-color: #D40959;
}
.BgClassName
{
background-color: #D40959;
}
</style>
border-color css
<style>
span { border-color: #D40959; }
span { border-color: rgb(212,9,89); }
td.TdClassName
{
border-color: #D40959;
}
.TagClassName
{
border-color: #D40959;
}
</style>