Shades of Razzmatazz #D50853
Tints of Razzmatazz #D50853
RGB
CMYK
RGB Variations
Color information
#D50853 (or 0xD50853) is known color: Razzmatazz. HEX triplet: D5, 08 and 53. RGB value is (213,8,83). Sum of RGB (Red+Green+Blue) = 213+8+83=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D50853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50853 is #2AF7AC. Grayscale: #4D4D4D. Windows color (decimal): -2815917 or 5441749. OLE color: 5441749.
HSL color Cylindrical-coordinate representation of color #D50853: hue angle of 338.05º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50853 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 83 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.16 |
| HSL | 338.05º | 0.93% | 0.43% | - |
| HSV(B) | 338.05º | 0.96% | 0.84% | - |
| XYZ | 29.09 | 14.94 | 9.54 | - |
| YUV | 77.85 | 130.92 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 83 | 0 | 0.96 | 0.61 | 0.16 | 338.05 | 0.93 | 0.43 |
| Hex | D5 | 8 | 53 | 0 | 60 | 3D | 10 | 152 | 5D | 2B |
| Octal | 325 | 10 | 123 | 0 | 140 | 75 | 20 | 522 | 135 | 53 |
| Binary | 11010101 | 1000 | 1010011 | 0 | 1100000 | 111101 | 10000 | 101010010 | 1011101 | 101011 |
Color Harmonies of #D50853
Complementary color
Monochromatic Colors of #D50853
Black with #D50853
Text Example
Text Example
White with #D50853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50853; }
p { color: rgb(213,8,83); }
H1.HeaderClassName
{
color: #D50853;
}
.AnyTagClassName
{
color: #D50853;
}
</style>
background-color css
<style>
a { background-color: #D50853; }
a { background-color: rgb(213,8,83); }
div.DivClassName
{
background-color: #D50853;
}
.BgClassName
{
background-color: #D50853;
}
</style>
border-color css
<style>
span { border-color: #D50853; }
span { border-color: rgb(213,8,83); }
td.TdClassName
{
border-color: #D50853;
}
.TagClassName
{
border-color: #D50853;
}
</style>