Shades of Razzmatazz #D10D4D
Tints of Razzmatazz #D10D4D
RGB
CMYK
RGB Variations
Color information
#D10D4D (or 0xD10D4D) is known color: Razzmatazz. HEX triplet: D1, 0D and 4D. RGB value is (209,13,77). Sum of RGB (Red+Green+Blue) = 209+13+77=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D4D is #2EF2B2. Grayscale: #4E4E4E. Windows color (decimal): -3076787 or 5049809. OLE color: 5049809.
HSL color Cylindrical-coordinate representation of color #D10D4D: hue angle of 340.41º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D4D is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 77 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.18 |
| HSL | 340.41º | 0.88% | 0.44% | - |
| HSV(B) | 340.41º | 0.94% | 0.82% | - |
| XYZ | 27.78 | 14.38 | 8.33 | - |
| YUV | 78.9 | 126.93 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 77 | 0 | 0.94 | 0.63 | 0.18 | 340.41 | 0.88 | 0.44 |
| Hex | D1 | D | 4D | 0 | 5E | 3F | 12 | 154 | 58 | 2C |
| Octal | 321 | 15 | 115 | 0 | 136 | 77 | 22 | 524 | 130 | 54 |
| Binary | 11010001 | 1101 | 1001101 | 0 | 1011110 | 111111 | 10010 | 101010100 | 1011000 | 101100 |
Color Harmonies of #D10D4D
Complementary color
Monochromatic Colors of #D10D4D
Black with #D10D4D
Text Example
Text Example
White with #D10D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D4D; }
p { color: rgb(209,13,77); }
H1.HeaderClassName
{
color: #D10D4D;
}
.AnyTagClassName
{
color: #D10D4D;
}
</style>
background-color css
<style>
a { background-color: #D10D4D; }
a { background-color: rgb(209,13,77); }
div.DivClassName
{
background-color: #D10D4D;
}
.BgClassName
{
background-color: #D10D4D;
}
</style>
border-color css
<style>
span { border-color: #D10D4D; }
span { border-color: rgb(209,13,77); }
td.TdClassName
{
border-color: #D10D4D;
}
.TagClassName
{
border-color: #D10D4D;
}
</style>