Shades of Razzmatazz #D10B4E
Tints of Razzmatazz #D10B4E
RGB
CMYK
RGB Variations
Color information
#D10B4E (or 0xD10B4E) is known color: Razzmatazz. HEX triplet: D1, 0B and 4E. RGB value is (209,11,78). Sum of RGB (Red+Green+Blue) = 209+11+78=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10B4E is #2EF4B1. Grayscale: #4D4D4D. Windows color (decimal): -3077298 or 5114833. OLE color: 5114833.
HSL color Cylindrical-coordinate representation of color #D10B4E: hue angle of 339.7º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10B4E is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 78 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.18 |
| HSL | 339.7º | 0.9% | 0.43% | - |
| HSV(B) | 339.7º | 0.95% | 0.82% | - |
| XYZ | 27.79 | 14.34 | 8.51 | - |
| YUV | 77.84 | 128.1 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 78 | 0 | 0.95 | 0.63 | 0.18 | 339.7 | 0.9 | 0.43 |
| Hex | D1 | B | 4E | 0 | 5F | 3F | 12 | 154 | 5A | 2B |
| Octal | 321 | 13 | 116 | 0 | 137 | 77 | 22 | 524 | 132 | 53 |
| Binary | 11010001 | 1011 | 1001110 | 0 | 1011111 | 111111 | 10010 | 101010100 | 1011010 | 101011 |
Color Harmonies of #D10B4E
Complementary color
Monochromatic Colors of #D10B4E
Black with #D10B4E
Text Example
Text Example
White with #D10B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B4E; }
p { color: rgb(209,11,78); }
H1.HeaderClassName
{
color: #D10B4E;
}
.AnyTagClassName
{
color: #D10B4E;
}
</style>
background-color css
<style>
a { background-color: #D10B4E; }
a { background-color: rgb(209,11,78); }
div.DivClassName
{
background-color: #D10B4E;
}
.BgClassName
{
background-color: #D10B4E;
}
</style>
border-color css
<style>
span { border-color: #D10B4E; }
span { border-color: rgb(209,11,78); }
td.TdClassName
{
border-color: #D10B4E;
}
.TagClassName
{
border-color: #D10B4E;
}
</style>