Shades of Razzmatazz #D30C52
Tints of Razzmatazz #D30C52
RGB
CMYK
RGB Variations
Color information
#D30C52 (or 0xD30C52) is known color: Razzmatazz. HEX triplet: D3, 0C and 52. RGB value is (211,12,82). Sum of RGB (Red+Green+Blue) = 211+12+82=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30C52 is #2CF3AD. Grayscale: #4F4F4F. Windows color (decimal): -2945966 or 5377235. OLE color: 5377235.
HSL color Cylindrical-coordinate representation of color #D30C52: hue angle of 338.89º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30C52 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 12 | 82 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.17 |
| HSL | 338.89º | 0.89% | 0.44% | - |
| HSV(B) | 338.89º | 0.94% | 0.83% | - |
| XYZ | 28.52 | 14.72 | 9.32 | - |
| YUV | 79.48 | 129.43 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 12 | 82 | 0 | 0.94 | 0.61 | 0.17 | 338.89 | 0.89 | 0.44 |
| Hex | D3 | C | 52 | 0 | 5E | 3D | 11 | 153 | 59 | 2C |
| Octal | 323 | 14 | 122 | 0 | 136 | 75 | 21 | 523 | 131 | 54 |
| Binary | 11010011 | 1100 | 1010010 | 0 | 1011110 | 111101 | 10001 | 101010011 | 1011001 | 101100 |
Color Harmonies of #D30C52
Complementary color
Monochromatic Colors of #D30C52
Black with #D30C52
Text Example
Text Example
White with #D30C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30C52; }
p { color: rgb(211,12,82); }
H1.HeaderClassName
{
color: #D30C52;
}
.AnyTagClassName
{
color: #D30C52;
}
</style>
background-color css
<style>
a { background-color: #D30C52; }
a { background-color: rgb(211,12,82); }
div.DivClassName
{
background-color: #D30C52;
}
.BgClassName
{
background-color: #D30C52;
}
</style>
border-color css
<style>
span { border-color: #D30C52; }
span { border-color: rgb(211,12,82); }
td.TdClassName
{
border-color: #D30C52;
}
.TagClassName
{
border-color: #D30C52;
}
</style>