Shades of Razzmatazz #D10052
Tints of Razzmatazz #D10052
RGB
CMYK
RGB Variations
Color information
#D10052 (or 0xD10052) is known color: Razzmatazz. HEX triplet: D1, 00 and 52. RGB value is (209,0,82). Sum of RGB (Red+Green+Blue) = 209+0+82=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D10052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10052 is #2EFFAD. Grayscale: #474747. Windows color (decimal): -3080110 or 5374161. OLE color: 5374161.
HSL color Cylindrical-coordinate representation of color #D10052: hue angle of 336.46º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10052 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.61 | 0.18 |
| HSL | 336.46º | 1% | 0.41% | - |
| HSV(B) | 336.46º | 1% | 0.82% | - |
| XYZ | 27.82 | 14.16 | 9.25 | - |
| YUV | 71.84 | 133.74 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 82 | 0 | 1 | 0.61 | 0.18 | 336.46 | 1 | 0.41 |
| Hex | D1 | 0 | 52 | 0 | 64 | 3D | 12 | 150 | 64 | 29 |
| Octal | 321 | 0 | 122 | 0 | 144 | 75 | 22 | 520 | 144 | 51 |
| Binary | 11010001 | 0 | 1010010 | 0 | 1100100 | 111101 | 10010 | 101010000 | 1100100 | 101001 |
Color Harmonies of #D10052
Complementary color
Monochromatic Colors of #D10052
Black with #D10052
Text Example
Text Example
White with #D10052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10052; }
p { color: rgb(209,0,82); }
H1.HeaderClassName
{
color: #D10052;
}
.AnyTagClassName
{
color: #D10052;
}
</style>
background-color css
<style>
a { background-color: #D10052; }
a { background-color: rgb(209,0,82); }
div.DivClassName
{
background-color: #D10052;
}
.BgClassName
{
background-color: #D10052;
}
</style>
border-color css
<style>
span { border-color: #D10052; }
span { border-color: rgb(209,0,82); }
td.TdClassName
{
border-color: #D10052;
}
.TagClassName
{
border-color: #D10052;
}
</style>