Shades of Razzmatazz #D40353
Tints of Razzmatazz #D40353
RGB
CMYK
RGB Variations
Color information
#D40353 (or 0xD40353) is known color: Razzmatazz. HEX triplet: D4, 03 and 53. RGB value is (212,3,83). Sum of RGB (Red+Green+Blue) = 212+3+83=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D40353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40353 is #2BFCAC. Grayscale: #4A4A4A. Windows color (decimal): -2882733 or 5440468. OLE color: 5440468.
HSL color Cylindrical-coordinate representation of color #D40353: hue angle of 337.03º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40353 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.17 |
| HSL | 337.03º | 0.97% | 0.42% | - |
| HSV(B) | 337.03º | 0.99% | 0.83% | - |
| XYZ | 28.75 | 14.69 | 9.5 | - |
| YUV | 74.61 | 132.74 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 83 | 0 | 0.99 | 0.61 | 0.17 | 337.03 | 0.97 | 0.42 |
| Hex | D4 | 3 | 53 | 0 | 63 | 3D | 11 | 151 | 61 | 2A |
| Octal | 324 | 3 | 123 | 0 | 143 | 75 | 21 | 521 | 141 | 52 |
| Binary | 11010100 | 11 | 1010011 | 0 | 1100011 | 111101 | 10001 | 101010001 | 1100001 | 101010 |
Color Harmonies of #D40353
Complementary color
Monochromatic Colors of #D40353
Black with #D40353
Text Example
Text Example
White with #D40353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40353; }
p { color: rgb(212,3,83); }
H1.HeaderClassName
{
color: #D40353;
}
.AnyTagClassName
{
color: #D40353;
}
</style>
background-color css
<style>
a { background-color: #D40353; }
a { background-color: rgb(212,3,83); }
div.DivClassName
{
background-color: #D40353;
}
.BgClassName
{
background-color: #D40353;
}
</style>
border-color css
<style>
span { border-color: #D40353; }
span { border-color: rgb(212,3,83); }
td.TdClassName
{
border-color: #D40353;
}
.TagClassName
{
border-color: #D40353;
}
</style>