Shades of Razzmatazz #D50356
Tints of Razzmatazz #D50356
RGB
CMYK
RGB Variations
Color information
#D50356 (or 0xD50356) is known color: Razzmatazz. HEX triplet: D5, 03 and 56. RGB value is (213,3,86). Sum of RGB (Red+Green+Blue) = 213+3+86=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D50356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50356 is #2AFCA9. Grayscale: #4B4B4B. Windows color (decimal): -2817194 or 5637077. OLE color: 5637077.
HSL color Cylindrical-coordinate representation of color #D50356: hue angle of 336.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50356 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.16 |
| HSL | 336.29º | 0.97% | 0.42% | - |
| HSV(B) | 336.29º | 0.99% | 0.84% | - |
| XYZ | 29.15 | 14.88 | 10.14 | - |
| YUV | 75.25 | 134.07 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 86 | 0 | 0.99 | 0.60 | 0.16 | 336.29 | 0.97 | 0.42 |
| Hex | D5 | 3 | 56 | 0 | 63 | 3C | 10 | 150 | 61 | 2A |
| Octal | 325 | 3 | 126 | 0 | 143 | 74 | 20 | 520 | 141 | 52 |
| Binary | 11010101 | 11 | 1010110 | 0 | 1100011 | 111100 | 10000 | 101010000 | 1100001 | 101010 |
Color Harmonies of #D50356
Complementary color
Monochromatic Colors of #D50356
Black with #D50356
Text Example
Text Example
White with #D50356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50356; }
p { color: rgb(213,3,86); }
H1.HeaderClassName
{
color: #D50356;
}
.AnyTagClassName
{
color: #D50356;
}
</style>
background-color css
<style>
a { background-color: #D50356; }
a { background-color: rgb(213,3,86); }
div.DivClassName
{
background-color: #D50356;
}
.BgClassName
{
background-color: #D50356;
}
</style>
border-color css
<style>
span { border-color: #D50356; }
span { border-color: rgb(213,3,86); }
td.TdClassName
{
border-color: #D50356;
}
.TagClassName
{
border-color: #D50356;
}
</style>