Shades of Razzmatazz #D10056
Tints of Razzmatazz #D10056
RGB
CMYK
RGB Variations
Color information
#D10056 (or 0xD10056) is known color: Razzmatazz. HEX triplet: D1, 00 and 56. RGB value is (209,0,86). Sum of RGB (Red+Green+Blue) = 209+0+86=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D10056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10056 is #2EFFA9. Grayscale: #484848. Windows color (decimal): -3080106 or 5636305. OLE color: 5636305.
HSL color Cylindrical-coordinate representation of color #D10056: hue angle of 335.31º 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 #D10056 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.59 | 0.18 |
| HSL | 335.31º | 1% | 0.41% | - |
| HSV(B) | 335.31º | 1% | 0.82% | - |
| XYZ | 27.97 | 14.23 | 10.08 | - |
| YUV | 72.3 | 135.74 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 86 | 0 | 1 | 0.59 | 0.18 | 335.31 | 1 | 0.41 |
| Hex | D1 | 0 | 56 | 0 | 64 | 3B | 12 | 14F | 64 | 29 |
| Octal | 321 | 0 | 126 | 0 | 144 | 73 | 22 | 517 | 144 | 51 |
| Binary | 11010001 | 0 | 1010110 | 0 | 1100100 | 111011 | 10010 | 101001111 | 1100100 | 101001 |
Color Harmonies of #D10056
Complementary color
Monochromatic Colors of #D10056
Black with #D10056
Text Example
Text Example
White with #D10056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10056; }
p { color: rgb(209,0,86); }
H1.HeaderClassName
{
color: #D10056;
}
.AnyTagClassName
{
color: #D10056;
}
</style>
background-color css
<style>
a { background-color: #D10056; }
a { background-color: rgb(209,0,86); }
div.DivClassName
{
background-color: #D10056;
}
.BgClassName
{
background-color: #D10056;
}
</style>
border-color css
<style>
span { border-color: #D10056; }
span { border-color: rgb(209,0,86); }
td.TdClassName
{
border-color: #D10056;
}
.TagClassName
{
border-color: #D10056;
}
</style>