Shades of Razzmatazz #D10951
Tints of Razzmatazz #D10951
RGB
CMYK
RGB Variations
Color information
#D10951 (or 0xD10951) is known color: Razzmatazz. HEX triplet: D1, 09 and 51. RGB value is (209,9,81). Sum of RGB (Red+Green+Blue) = 209+9+81=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D10951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10951 is #2EF6AE. Grayscale: #4C4C4C. Windows color (decimal): -3077807 or 5310929. OLE color: 5310929.
HSL color Cylindrical-coordinate representation of color #D10951: hue angle of 338.4º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10951 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 81 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.18 |
| HSL | 338.4º | 0.92% | 0.43% | - |
| HSV(B) | 338.4º | 0.96% | 0.82% | - |
| XYZ | 27.88 | 14.34 | 9.08 | - |
| YUV | 77.01 | 130.26 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 81 | 0 | 0.96 | 0.61 | 0.18 | 338.4 | 0.92 | 0.43 |
| Hex | D1 | 9 | 51 | 0 | 60 | 3D | 12 | 152 | 5C | 2B |
| Octal | 321 | 11 | 121 | 0 | 140 | 75 | 22 | 522 | 134 | 53 |
| Binary | 11010001 | 1001 | 1010001 | 0 | 1100000 | 111101 | 10010 | 101010010 | 1011100 | 101011 |
Color Harmonies of #D10951
Complementary color
Monochromatic Colors of #D10951
Black with #D10951
Text Example
Text Example
White with #D10951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10951; }
p { color: rgb(209,9,81); }
H1.HeaderClassName
{
color: #D10951;
}
.AnyTagClassName
{
color: #D10951;
}
</style>
background-color css
<style>
a { background-color: #D10951; }
a { background-color: rgb(209,9,81); }
div.DivClassName
{
background-color: #D10951;
}
.BgClassName
{
background-color: #D10951;
}
</style>
border-color css
<style>
span { border-color: #D10951; }
span { border-color: rgb(209,9,81); }
td.TdClassName
{
border-color: #D10951;
}
.TagClassName
{
border-color: #D10951;
}
</style>