Shades of Razzmatazz #D50360
Tints of Razzmatazz #D50360
RGB
CMYK
RGB Variations
Color information
#D50360 (or 0xD50360) is known color: Razzmatazz. HEX triplet: D5, 03 and 60. RGB value is (213,3,96). Sum of RGB (Red+Green+Blue) = 213+3+96=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D50360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50360 is #2AFC9F. Grayscale: #4C4C4C. Windows color (decimal): -2817184 or 6292437. OLE color: 6292437.
HSL color Cylindrical-coordinate representation of color #D50360: hue angle of 333.43º 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 #D50360 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 96 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.16 |
| HSL | 333.43º | 0.97% | 0.42% | - |
| HSV(B) | 333.43º | 0.99% | 0.84% | - |
| XYZ | 29.58 | 15.06 | 12.41 | - |
| YUV | 76.39 | 139.07 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 96 | 0 | 0.99 | 0.55 | 0.16 | 333.43 | 0.97 | 0.42 |
| Hex | D5 | 3 | 60 | 0 | 63 | 37 | 10 | 14D | 61 | 2A |
| Octal | 325 | 3 | 140 | 0 | 143 | 67 | 20 | 515 | 141 | 52 |
| Binary | 11010101 | 11 | 1100000 | 0 | 1100011 | 110111 | 10000 | 101001101 | 1100001 | 101010 |
Color Harmonies of #D50360
Complementary color
Monochromatic Colors of #D50360
Black with #D50360
Text Example
Text Example
White with #D50360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50360; }
p { color: rgb(213,3,96); }
H1.HeaderClassName
{
color: #D50360;
}
.AnyTagClassName
{
color: #D50360;
}
</style>
background-color css
<style>
a { background-color: #D50360; }
a { background-color: rgb(213,3,96); }
div.DivClassName
{
background-color: #D50360;
}
.BgClassName
{
background-color: #D50360;
}
</style>
border-color css
<style>
span { border-color: #D50360; }
span { border-color: rgb(213,3,96); }
td.TdClassName
{
border-color: #D50360;
}
.TagClassName
{
border-color: #D50360;
}
</style>