Shades of Razzmatazz #D50656
Tints of Razzmatazz #D50656
RGB
CMYK
RGB Variations
Color information
#D50656 (or 0xD50656) is known color: Razzmatazz. HEX triplet: D5, 06 and 56. RGB value is (213,6,86). Sum of RGB (Red+Green+Blue) = 213+6+86=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D50656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50656 is #2AF9A9. Grayscale: #4C4C4C. Windows color (decimal): -2816426 or 5637845. OLE color: 5637845.
HSL color Cylindrical-coordinate representation of color #D50656: hue angle of 336.81º degrees, saturation: 0.95, 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 #D50656 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.16 |
| HSL | 336.81º | 0.95% | 0.43% | - |
| HSV(B) | 336.81º | 0.97% | 0.84% | - |
| XYZ | 29.19 | 14.95 | 10.15 | - |
| YUV | 77.01 | 133.08 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 86 | 0 | 0.97 | 0.60 | 0.16 | 336.81 | 0.95 | 0.43 |
| Hex | D5 | 6 | 56 | 0 | 61 | 3C | 10 | 151 | 5F | 2B |
| Octal | 325 | 6 | 126 | 0 | 141 | 74 | 20 | 521 | 137 | 53 |
| Binary | 11010101 | 110 | 1010110 | 0 | 1100001 | 111100 | 10000 | 101010001 | 1011111 | 101011 |
Color Harmonies of #D50656
Complementary color
Monochromatic Colors of #D50656
Black with #D50656
Text Example
Text Example
White with #D50656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50656; }
p { color: rgb(213,6,86); }
H1.HeaderClassName
{
color: #D50656;
}
.AnyTagClassName
{
color: #D50656;
}
</style>
background-color css
<style>
a { background-color: #D50656; }
a { background-color: rgb(213,6,86); }
div.DivClassName
{
background-color: #D50656;
}
.BgClassName
{
background-color: #D50656;
}
</style>
border-color css
<style>
span { border-color: #D50656; }
span { border-color: rgb(213,6,86); }
td.TdClassName
{
border-color: #D50656;
}
.TagClassName
{
border-color: #D50656;
}
</style>