Shades of Razzmatazz #D10752
Tints of Razzmatazz #D10752
RGB
CMYK
RGB Variations
Color information
#D10752 (or 0xD10752) is known color: Razzmatazz. HEX triplet: D1, 07 and 52. RGB value is (209,7,82). Sum of RGB (Red+Green+Blue) = 209+7+82=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D10752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10752 is #2EF8AD. Grayscale: #4B4B4B. Windows color (decimal): -3078318 or 5375953. OLE color: 5375953.
HSL color Cylindrical-coordinate representation of color #D10752: hue angle of 337.72º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10752 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 82 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.18 |
| HSL | 337.72º | 0.94% | 0.42% | - |
| HSV(B) | 337.72º | 0.97% | 0.82% | - |
| XYZ | 27.89 | 14.32 | 9.28 | - |
| YUV | 75.95 | 131.42 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 82 | 0 | 0.97 | 0.61 | 0.18 | 337.72 | 0.94 | 0.42 |
| Hex | D1 | 7 | 52 | 0 | 61 | 3D | 12 | 152 | 5E | 2A |
| Octal | 321 | 7 | 122 | 0 | 141 | 75 | 22 | 522 | 136 | 52 |
| Binary | 11010001 | 111 | 1010010 | 0 | 1100001 | 111101 | 10010 | 101010010 | 1011110 | 101010 |
Color Harmonies of #D10752
Complementary color
Monochromatic Colors of #D10752
Black with #D10752
Text Example
Text Example
White with #D10752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10752; }
p { color: rgb(209,7,82); }
H1.HeaderClassName
{
color: #D10752;
}
.AnyTagClassName
{
color: #D10752;
}
</style>
background-color css
<style>
a { background-color: #D10752; }
a { background-color: rgb(209,7,82); }
div.DivClassName
{
background-color: #D10752;
}
.BgClassName
{
background-color: #D10752;
}
</style>
border-color css
<style>
span { border-color: #D10752; }
span { border-color: rgb(209,7,82); }
td.TdClassName
{
border-color: #D10752;
}
.TagClassName
{
border-color: #D10752;
}
</style>