Shades of Razzmatazz #D10853
Tints of Razzmatazz #D10853
RGB
CMYK
RGB Variations
Color information
#D10853 (or 0xD10853) is known color: Razzmatazz. HEX triplet: D1, 08 and 53. RGB value is (209,8,83). Sum of RGB (Red+Green+Blue) = 209+8+83=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D10853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10853 is #2EF7AC. Grayscale: #4C4C4C. Windows color (decimal): -3078061 or 5441745. OLE color: 5441745.
HSL color Cylindrical-coordinate representation of color #D10853: hue angle of 337.61º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10853 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 83 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.18 |
| HSL | 337.61º | 0.93% | 0.43% | - |
| HSV(B) | 337.61º | 0.96% | 0.82% | - |
| XYZ | 27.94 | 14.35 | 9.48 | - |
| YUV | 76.65 | 131.59 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 83 | 0 | 0.96 | 0.60 | 0.18 | 337.61 | 0.93 | 0.43 |
| Hex | D1 | 8 | 53 | 0 | 60 | 3C | 12 | 152 | 5D | 2B |
| Octal | 321 | 10 | 123 | 0 | 140 | 74 | 22 | 522 | 135 | 53 |
| Binary | 11010001 | 1000 | 1010011 | 0 | 1100000 | 111100 | 10010 | 101010010 | 1011101 | 101011 |
Color Harmonies of #D10853
Complementary color
Monochromatic Colors of #D10853
Black with #D10853
Text Example
Text Example
White with #D10853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10853; }
p { color: rgb(209,8,83); }
H1.HeaderClassName
{
color: #D10853;
}
.AnyTagClassName
{
color: #D10853;
}
</style>
background-color css
<style>
a { background-color: #D10853; }
a { background-color: rgb(209,8,83); }
div.DivClassName
{
background-color: #D10853;
}
.BgClassName
{
background-color: #D10853;
}
</style>
border-color css
<style>
span { border-color: #D10853; }
span { border-color: rgb(209,8,83); }
td.TdClassName
{
border-color: #D10853;
}
.TagClassName
{
border-color: #D10853;
}
</style>