Shades of Razzmatazz #D40859
Tints of Razzmatazz #D40859
RGB
CMYK
RGB Variations
Color information
#D40859 (or 0xD40859) is known color: Razzmatazz. HEX triplet: D4, 08 and 59. RGB value is (212,8,89). Sum of RGB (Red+Green+Blue) = 212+8+89=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D40859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40859 is #2BF7A6. Grayscale: #4E4E4E. Windows color (decimal): -2881447 or 5834964. OLE color: 5834964.
HSL color Cylindrical-coordinate representation of color #D40859: hue angle of 336.18º degrees, saturation: 0.93, 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 #D40859 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 89 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.17 |
| HSL | 336.18º | 0.93% | 0.43% | - |
| HSV(B) | 336.18º | 0.96% | 0.83% | - |
| XYZ | 29.04 | 14.89 | 10.79 | - |
| YUV | 78.23 | 134.09 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 89 | 0 | 0.96 | 0.58 | 0.17 | 336.18 | 0.93 | 0.43 |
| Hex | D4 | 8 | 59 | 0 | 60 | 3A | 11 | 150 | 5D | 2B |
| Octal | 324 | 10 | 131 | 0 | 140 | 72 | 21 | 520 | 135 | 53 |
| Binary | 11010100 | 1000 | 1011001 | 0 | 1100000 | 111010 | 10001 | 101010000 | 1011101 | 101011 |
Color Harmonies of #D40859
Complementary color
Monochromatic Colors of #D40859
Black with #D40859
Text Example
Text Example
White with #D40859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40859; }
p { color: rgb(212,8,89); }
H1.HeaderClassName
{
color: #D40859;
}
.AnyTagClassName
{
color: #D40859;
}
</style>
background-color css
<style>
a { background-color: #D40859; }
a { background-color: rgb(212,8,89); }
div.DivClassName
{
background-color: #D40859;
}
.BgClassName
{
background-color: #D40859;
}
</style>
border-color css
<style>
span { border-color: #D40859; }
span { border-color: rgb(212,8,89); }
td.TdClassName
{
border-color: #D40859;
}
.TagClassName
{
border-color: #D40859;
}
</style>