Shades of Razzmatazz #D10954
Tints of Razzmatazz #D10954
RGB
CMYK
RGB Variations
Color information
#D10954 (or 0xD10954) is known color: Razzmatazz. HEX triplet: D1, 09 and 54. RGB value is (209,9,84). Sum of RGB (Red+Green+Blue) = 209+9+84=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D10954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10954 is #2EF6AB. Grayscale: #4D4D4D. Windows color (decimal): -3077804 or 5507537. OLE color: 5507537.
HSL color Cylindrical-coordinate representation of color #D10954: hue angle of 337.5º 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 #D10954 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.18 |
| HSL | 337.5º | 0.92% | 0.43% | - |
| HSV(B) | 337.5º | 0.96% | 0.82% | - |
| XYZ | 27.99 | 14.39 | 9.69 | - |
| YUV | 77.35 | 131.76 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 84 | 0 | 0.96 | 0.60 | 0.18 | 337.5 | 0.92 | 0.43 |
| Hex | D1 | 9 | 54 | 0 | 60 | 3C | 12 | 152 | 5C | 2B |
| Octal | 321 | 11 | 124 | 0 | 140 | 74 | 22 | 522 | 134 | 53 |
| Binary | 11010001 | 1001 | 1010100 | 0 | 1100000 | 111100 | 10010 | 101010010 | 1011100 | 101011 |
Color Harmonies of #D10954
Complementary color
Monochromatic Colors of #D10954
Black with #D10954
Text Example
Text Example
White with #D10954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10954; }
p { color: rgb(209,9,84); }
H1.HeaderClassName
{
color: #D10954;
}
.AnyTagClassName
{
color: #D10954;
}
</style>
background-color css
<style>
a { background-color: #D10954; }
a { background-color: rgb(209,9,84); }
div.DivClassName
{
background-color: #D10954;
}
.BgClassName
{
background-color: #D10954;
}
</style>
border-color css
<style>
span { border-color: #D10954; }
span { border-color: rgb(209,9,84); }
td.TdClassName
{
border-color: #D10954;
}
.TagClassName
{
border-color: #D10954;
}
</style>