Shades of Razzmatazz #D50756
Tints of Razzmatazz #D50756
RGB
CMYK
RGB Variations
Color information
#D50756 (or 0xD50756) is known color: Razzmatazz. HEX triplet: D5, 07 and 56. RGB value is (213,7,86). Sum of RGB (Red+Green+Blue) = 213+7+86=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D50756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50756 is #2AF8A9. Grayscale: #4D4D4D. Windows color (decimal): -2816170 or 5638101. OLE color: 5638101.
HSL color Cylindrical-coordinate representation of color #D50756: hue angle of 336.99º 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 #D50756 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 86 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.16 |
| HSL | 336.99º | 0.94% | 0.43% | - |
| HSV(B) | 336.99º | 0.97% | 0.84% | - |
| XYZ | 29.2 | 14.97 | 10.15 | - |
| YUV | 77.6 | 132.75 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 86 | 0 | 0.97 | 0.60 | 0.16 | 336.99 | 0.94 | 0.43 |
| Hex | D5 | 7 | 56 | 0 | 61 | 3C | 10 | 151 | 5E | 2B |
| Octal | 325 | 7 | 126 | 0 | 141 | 74 | 20 | 521 | 136 | 53 |
| Binary | 11010101 | 111 | 1010110 | 0 | 1100001 | 111100 | 10000 | 101010001 | 1011110 | 101011 |
Color Harmonies of #D50756
Complementary color
Monochromatic Colors of #D50756
Black with #D50756
Text Example
Text Example
White with #D50756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50756; }
p { color: rgb(213,7,86); }
H1.HeaderClassName
{
color: #D50756;
}
.AnyTagClassName
{
color: #D50756;
}
</style>
background-color css
<style>
a { background-color: #D50756; }
a { background-color: rgb(213,7,86); }
div.DivClassName
{
background-color: #D50756;
}
.BgClassName
{
background-color: #D50756;
}
</style>
border-color css
<style>
span { border-color: #D50756; }
span { border-color: rgb(213,7,86); }
td.TdClassName
{
border-color: #D50756;
}
.TagClassName
{
border-color: #D50756;
}
</style>