Shades of Razzmatazz #D10053
Tints of Razzmatazz #D10053
RGB
CMYK
RGB Variations
Color information
#D10053 (or 0xD10053) is known color: Razzmatazz. HEX triplet: D1, 00 and 53. RGB value is (209,0,83). Sum of RGB (Red+Green+Blue) = 209+0+83=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D10053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10053 is #2EFFAC. Grayscale: #474747. Windows color (decimal): -3080109 or 5439697. OLE color: 5439697.
HSL color Cylindrical-coordinate representation of color #D10053: hue angle of 336.17º 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 #D10053 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.60 | 0.18 |
| HSL | 336.17º | 1% | 0.41% | - |
| HSV(B) | 336.17º | 1% | 0.82% | - |
| XYZ | 27.86 | 14.18 | 9.45 | - |
| YUV | 71.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 83 | 0 | 1 | 0.60 | 0.18 | 336.17 | 1 | 0.41 |
| Hex | D1 | 0 | 53 | 0 | 64 | 3C | 12 | 150 | 64 | 29 |
| Octal | 321 | 0 | 123 | 0 | 144 | 74 | 22 | 520 | 144 | 51 |
| Binary | 11010001 | 0 | 1010011 | 0 | 1100100 | 111100 | 10010 | 101010000 | 1100100 | 101001 |
Color Harmonies of #D10053
Complementary color
Monochromatic Colors of #D10053
Black with #D10053
Text Example
Text Example
White with #D10053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10053; }
p { color: rgb(209,0,83); }
H1.HeaderClassName
{
color: #D10053;
}
.AnyTagClassName
{
color: #D10053;
}
</style>
background-color css
<style>
a { background-color: #D10053; }
a { background-color: rgb(209,0,83); }
div.DivClassName
{
background-color: #D10053;
}
.BgClassName
{
background-color: #D10053;
}
</style>
border-color css
<style>
span { border-color: #D10053; }
span { border-color: rgb(209,0,83); }
td.TdClassName
{
border-color: #D10053;
}
.TagClassName
{
border-color: #D10053;
}
</style>