Shades of Razzmatazz #D10751
Tints of Razzmatazz #D10751
RGB
CMYK
RGB Variations
Color information
#D10751 (or 0xD10751) is known color: Razzmatazz. HEX triplet: D1, 07 and 51. RGB value is (209,7,81). Sum of RGB (Red+Green+Blue) = 209+7+81=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D10751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10751 is #2EF8AE. Grayscale: #4B4B4B. Windows color (decimal): -3078319 or 5310417. OLE color: 5310417.
HSL color Cylindrical-coordinate representation of color #D10751: hue angle of 338.02º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10751 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 81 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.18 |
| HSL | 338.02º | 0.94% | 0.42% | - |
| HSV(B) | 338.02º | 0.97% | 0.82% | - |
| XYZ | 27.86 | 14.3 | 9.08 | - |
| YUV | 75.83 | 130.92 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 81 | 0 | 0.97 | 0.61 | 0.18 | 338.02 | 0.94 | 0.42 |
| Hex | D1 | 7 | 51 | 0 | 61 | 3D | 12 | 152 | 5E | 2A |
| Octal | 321 | 7 | 121 | 0 | 141 | 75 | 22 | 522 | 136 | 52 |
| Binary | 11010001 | 111 | 1010001 | 0 | 1100001 | 111101 | 10010 | 101010010 | 1011110 | 101010 |
Color Harmonies of #D10751
Complementary color
Monochromatic Colors of #D10751
Black with #D10751
Text Example
Text Example
White with #D10751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10751; }
p { color: rgb(209,7,81); }
H1.HeaderClassName
{
color: #D10751;
}
.AnyTagClassName
{
color: #D10751;
}
</style>
background-color css
<style>
a { background-color: #D10751; }
a { background-color: rgb(209,7,81); }
div.DivClassName
{
background-color: #D10751;
}
.BgClassName
{
background-color: #D10751;
}
</style>
border-color css
<style>
span { border-color: #D10751; }
span { border-color: rgb(209,7,81); }
td.TdClassName
{
border-color: #D10751;
}
.TagClassName
{
border-color: #D10751;
}
</style>