Shades of Razzmatazz #D50753
Tints of Razzmatazz #D50753
RGB
CMYK
RGB Variations
Color information
#D50753 (or 0xD50753) is known color: Razzmatazz. HEX triplet: D5, 07 and 53. RGB value is (213,7,83). Sum of RGB (Red+Green+Blue) = 213+7+83=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D50753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50753 is #2AF8AC. Grayscale: #4D4D4D. Windows color (decimal): -2816173 or 5441493. OLE color: 5441493.
HSL color Cylindrical-coordinate representation of color #D50753: hue angle of 337.86º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50753 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 83 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.16 |
| HSL | 337.86º | 0.94% | 0.43% | - |
| HSV(B) | 337.86º | 0.97% | 0.84% | - |
| XYZ | 29.08 | 14.92 | 9.53 | - |
| YUV | 77.26 | 131.25 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 83 | 0 | 0.97 | 0.61 | 0.16 | 337.86 | 0.94 | 0.43 |
| Hex | D5 | 7 | 53 | 0 | 61 | 3D | 10 | 152 | 5E | 2B |
| Octal | 325 | 7 | 123 | 0 | 141 | 75 | 20 | 522 | 136 | 53 |
| Binary | 11010101 | 111 | 1010011 | 0 | 1100001 | 111101 | 10000 | 101010010 | 1011110 | 101011 |
Color Harmonies of #D50753
Complementary color
Monochromatic Colors of #D50753
Black with #D50753
Text Example
Text Example
White with #D50753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50753; }
p { color: rgb(213,7,83); }
H1.HeaderClassName
{
color: #D50753;
}
.AnyTagClassName
{
color: #D50753;
}
</style>
background-color css
<style>
a { background-color: #D50753; }
a { background-color: rgb(213,7,83); }
div.DivClassName
{
background-color: #D50753;
}
.BgClassName
{
background-color: #D50753;
}
</style>
border-color css
<style>
span { border-color: #D50753; }
span { border-color: rgb(213,7,83); }
td.TdClassName
{
border-color: #D50753;
}
.TagClassName
{
border-color: #D50753;
}
</style>