Shades of Razzmatazz #D10059
Tints of Razzmatazz #D10059
RGB
CMYK
RGB Variations
Color information
#D10059 (or 0xD10059) is known color: Razzmatazz. HEX triplet: D1, 00 and 59. RGB value is (209,0,89). Sum of RGB (Red+Green+Blue) = 209+0+89=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D10059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10059 is #2EFFA6. Grayscale: #484848. Windows color (decimal): -3080103 or 5832913. OLE color: 5832913.
HSL color Cylindrical-coordinate representation of color #D10059: hue angle of 334.45º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10059 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.57 | 0.18 |
| HSL | 334.45º | 1% | 0.41% | - |
| HSV(B) | 334.45º | 1% | 0.82% | - |
| XYZ | 28.1 | 14.28 | 10.73 | - |
| YUV | 72.64 | 137.24 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 89 | 0 | 1 | 0.57 | 0.18 | 334.45 | 1 | 0.41 |
| Hex | D1 | 0 | 59 | 0 | 64 | 39 | 12 | 14E | 64 | 29 |
| Octal | 321 | 0 | 131 | 0 | 144 | 71 | 22 | 516 | 144 | 51 |
| Binary | 11010001 | 0 | 1011001 | 0 | 1100100 | 111001 | 10010 | 101001110 | 1100100 | 101001 |
Color Harmonies of #D10059
Complementary color
Monochromatic Colors of #D10059
Black with #D10059
Text Example
Text Example
White with #D10059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10059; }
p { color: rgb(209,0,89); }
H1.HeaderClassName
{
color: #D10059;
}
.AnyTagClassName
{
color: #D10059;
}
</style>
background-color css
<style>
a { background-color: #D10059; }
a { background-color: rgb(209,0,89); }
div.DivClassName
{
background-color: #D10059;
}
.BgClassName
{
background-color: #D10059;
}
</style>
border-color css
<style>
span { border-color: #D10059; }
span { border-color: rgb(209,0,89); }
td.TdClassName
{
border-color: #D10059;
}
.TagClassName
{
border-color: #D10059;
}
</style>