Shades of Razzmatazz #D30552
Tints of Razzmatazz #D30552
RGB
CMYK
RGB Variations
Color information
#D30552 (or 0xD30552) is known color: Razzmatazz. HEX triplet: D3, 05 and 52. RGB value is (211,5,82). Sum of RGB (Red+Green+Blue) = 211+5+82=298 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.81% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 211 - color contains mainly: red. Hex color #D30552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30552 is #2CFAAD. Grayscale: #4B4B4B. Windows color (decimal): -2947758 or 5375443. OLE color: 5375443.
HSL color Cylindrical-coordinate representation of color #D30552: hue angle of 337.57º degrees, saturation: 0.95, 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 #D30552 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.17 |
| HSL | 337.57º | 0.95% | 0.42% | - |
| HSV(B) | 337.57º | 0.98% | 0.83% | - |
| XYZ | 28.44 | 14.57 | 9.3 | - |
| YUV | 75.37 | 131.75 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 82 | 0 | 0.98 | 0.61 | 0.17 | 337.57 | 0.95 | 0.42 |
| Hex | D3 | 5 | 52 | 0 | 62 | 3D | 11 | 152 | 5F | 2A |
| Octal | 323 | 5 | 122 | 0 | 142 | 75 | 21 | 522 | 137 | 52 |
| Binary | 11010011 | 101 | 1010010 | 0 | 1100010 | 111101 | 10001 | 101010010 | 1011111 | 101010 |
Color Harmonies of #D30552
Complementary color
Monochromatic Colors of #D30552
Black with #D30552
Text Example
Text Example
White with #D30552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30552; }
p { color: rgb(211,5,82); }
H1.HeaderClassName
{
color: #D30552;
}
.AnyTagClassName
{
color: #D30552;
}
</style>
background-color css
<style>
a { background-color: #D30552; }
a { background-color: rgb(211,5,82); }
div.DivClassName
{
background-color: #D30552;
}
.BgClassName
{
background-color: #D30552;
}
</style>
border-color css
<style>
span { border-color: #D30552; }
span { border-color: rgb(211,5,82); }
td.TdClassName
{
border-color: #D30552;
}
.TagClassName
{
border-color: #D30552;
}
</style>