Shades of Razzmatazz #D50B53
Tints of Razzmatazz #D50B53
RGB
CMYK
RGB Variations
Color information
#D50B53 (or 0xD50B53) is known color: Razzmatazz. HEX triplet: D5, 0B and 53. RGB value is (213,11,83). Sum of RGB (Red+Green+Blue) = 213+11+83=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50B53 is #2AF4AC. Grayscale: #4F4F4F. Windows color (decimal): -2815149 or 5442517. OLE color: 5442517.
HSL color Cylindrical-coordinate representation of color #D50B53: hue angle of 338.61º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50B53 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 83 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.16 |
| HSL | 338.61º | 0.9% | 0.44% | - |
| HSV(B) | 338.61º | 0.95% | 0.84% | - |
| XYZ | 29.12 | 15.01 | 9.55 | - |
| YUV | 79.61 | 129.92 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 83 | 0 | 0.95 | 0.61 | 0.16 | 338.61 | 0.9 | 0.44 |
| Hex | D5 | B | 53 | 0 | 5F | 3D | 10 | 153 | 5A | 2C |
| Octal | 325 | 13 | 123 | 0 | 137 | 75 | 20 | 523 | 132 | 54 |
| Binary | 11010101 | 1011 | 1010011 | 0 | 1011111 | 111101 | 10000 | 101010011 | 1011010 | 101100 |
Color Harmonies of #D50B53
Complementary color
Monochromatic Colors of #D50B53
Black with #D50B53
Text Example
Text Example
White with #D50B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B53; }
p { color: rgb(213,11,83); }
H1.HeaderClassName
{
color: #D50B53;
}
.AnyTagClassName
{
color: #D50B53;
}
</style>
background-color css
<style>
a { background-color: #D50B53; }
a { background-color: rgb(213,11,83); }
div.DivClassName
{
background-color: #D50B53;
}
.BgClassName
{
background-color: #D50B53;
}
</style>
border-color css
<style>
span { border-color: #D50B53; }
span { border-color: rgb(213,11,83); }
td.TdClassName
{
border-color: #D50B53;
}
.TagClassName
{
border-color: #D50B53;
}
</style>