Shades of Razzmatazz #D10D4F
Tints of Razzmatazz #D10D4F
RGB
CMYK
RGB Variations
Color information
#D10D4F (or 0xD10D4F) is known color: Razzmatazz. HEX triplet: D1, 0D and 4F. RGB value is (209,13,79). Sum of RGB (Red+Green+Blue) = 209+13+79=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D4F is #2EF2B0. Grayscale: #4F4F4F. Windows color (decimal): -3076785 or 5180881. OLE color: 5180881.
HSL color Cylindrical-coordinate representation of color #D10D4F: hue angle of 339.8º 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 #D10D4F is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 79 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.18 |
| HSL | 339.8º | 0.88% | 0.44% | - |
| HSV(B) | 339.8º | 0.94% | 0.82% | - |
| XYZ | 27.85 | 14.41 | 8.71 | - |
| YUV | 79.13 | 127.93 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 79 | 0 | 0.94 | 0.62 | 0.18 | 339.8 | 0.88 | 0.44 |
| Hex | D1 | D | 4F | 0 | 5E | 3E | 12 | 154 | 58 | 2C |
| Octal | 321 | 15 | 117 | 0 | 136 | 76 | 22 | 524 | 130 | 54 |
| Binary | 11010001 | 1101 | 1001111 | 0 | 1011110 | 111110 | 10010 | 101010100 | 1011000 | 101100 |
Color Harmonies of #D10D4F
Complementary color
Monochromatic Colors of #D10D4F
Black with #D10D4F
Text Example
Text Example
White with #D10D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D4F; }
p { color: rgb(209,13,79); }
H1.HeaderClassName
{
color: #D10D4F;
}
.AnyTagClassName
{
color: #D10D4F;
}
</style>
background-color css
<style>
a { background-color: #D10D4F; }
a { background-color: rgb(209,13,79); }
div.DivClassName
{
background-color: #D10D4F;
}
.BgClassName
{
background-color: #D10D4F;
}
</style>
border-color css
<style>
span { border-color: #D10D4F; }
span { border-color: rgb(209,13,79); }
td.TdClassName
{
border-color: #D10D4F;
}
.TagClassName
{
border-color: #D10D4F;
}
</style>