Shades of Razzmatazz #D30453
Tints of Razzmatazz #D30453
RGB
CMYK
RGB Variations
Color information
#D30453 (or 0xD30453) is known color: Razzmatazz. HEX triplet: D3, 04 and 53. RGB value is (211,4,83). Sum of RGB (Red+Green+Blue) = 211+4+83=298 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.81% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 211 - color contains mainly: red. Hex color #D30453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30453 is #2CFBAC. Grayscale: #4A4A4A. Windows color (decimal): -2948013 or 5440723. OLE color: 5440723.
HSL color Cylindrical-coordinate representation of color #D30453: hue angle of 337.1º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30453 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 83 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.17 |
| HSL | 337.1º | 0.96% | 0.42% | - |
| HSV(B) | 337.1º | 0.98% | 0.83% | - |
| XYZ | 28.47 | 14.56 | 9.49 | - |
| YUV | 74.9 | 132.58 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 83 | 0 | 0.98 | 0.61 | 0.17 | 337.1 | 0.96 | 0.42 |
| Hex | D3 | 4 | 53 | 0 | 62 | 3D | 11 | 151 | 60 | 2A |
| Octal | 323 | 4 | 123 | 0 | 142 | 75 | 21 | 521 | 140 | 52 |
| Binary | 11010011 | 100 | 1010011 | 0 | 1100010 | 111101 | 10001 | 101010001 | 1100000 | 101010 |
Color Harmonies of #D30453
Complementary color
Monochromatic Colors of #D30453
Black with #D30453
Text Example
Text Example
White with #D30453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30453; }
p { color: rgb(211,4,83); }
H1.HeaderClassName
{
color: #D30453;
}
.AnyTagClassName
{
color: #D30453;
}
</style>
background-color css
<style>
a { background-color: #D30453; }
a { background-color: rgb(211,4,83); }
div.DivClassName
{
background-color: #D30453;
}
.BgClassName
{
background-color: #D30453;
}
</style>
border-color css
<style>
span { border-color: #D30453; }
span { border-color: rgb(211,4,83); }
td.TdClassName
{
border-color: #D30453;
}
.TagClassName
{
border-color: #D30453;
}
</style>