Shades of Razzmatazz #D10C4E
Tints of Razzmatazz #D10C4E
RGB
CMYK
RGB Variations
Color information
#D10C4E (or 0xD10C4E) is known color: Razzmatazz. HEX triplet: D1, 0C and 4E. RGB value is (209,12,78). Sum of RGB (Red+Green+Blue) = 209+12+78=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C4E is #2EF3B1. Grayscale: #4E4E4E. Windows color (decimal): -3077042 or 5115089. OLE color: 5115089.
HSL color Cylindrical-coordinate representation of color #D10C4E: hue angle of 339.9º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C4E is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 78 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.18 |
| HSL | 339.9º | 0.89% | 0.43% | - |
| HSV(B) | 339.9º | 0.94% | 0.82% | - |
| XYZ | 27.8 | 14.37 | 8.52 | - |
| YUV | 78.43 | 127.77 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 78 | 0 | 0.94 | 0.63 | 0.18 | 339.9 | 0.89 | 0.43 |
| Hex | D1 | C | 4E | 0 | 5E | 3F | 12 | 154 | 59 | 2B |
| Octal | 321 | 14 | 116 | 0 | 136 | 77 | 22 | 524 | 131 | 53 |
| Binary | 11010001 | 1100 | 1001110 | 0 | 1011110 | 111111 | 10010 | 101010100 | 1011001 | 101011 |
Color Harmonies of #D10C4E
Complementary color
Monochromatic Colors of #D10C4E
Black with #D10C4E
Text Example
Text Example
White with #D10C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C4E; }
p { color: rgb(209,12,78); }
H1.HeaderClassName
{
color: #D10C4E;
}
.AnyTagClassName
{
color: #D10C4E;
}
</style>
background-color css
<style>
a { background-color: #D10C4E; }
a { background-color: rgb(209,12,78); }
div.DivClassName
{
background-color: #D10C4E;
}
.BgClassName
{
background-color: #D10C4E;
}
</style>
border-color css
<style>
span { border-color: #D10C4E; }
span { border-color: rgb(209,12,78); }
td.TdClassName
{
border-color: #D10C4E;
}
.TagClassName
{
border-color: #D10C4E;
}
</style>