Shades of Razzmatazz #D30054
Tints of Razzmatazz #D30054
RGB
CMYK
RGB Variations
Color information
#D30054 (or 0xD30054) is known color: Razzmatazz. HEX triplet: D3, 00 and 54. RGB value is (211,0,84). Sum of RGB (Red+Green+Blue) = 211+0+84=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D30054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30054 is #2CFFAB. Grayscale: #484848. Windows color (decimal): -2949036 or 5505235. OLE color: 5505235.
HSL color Cylindrical-coordinate representation of color #D30054: hue angle of 336.11º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30054 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.60 | 0.17 |
| HSL | 336.11º | 1% | 0.41% | - |
| HSV(B) | 336.11º | 1% | 0.83% | - |
| XYZ | 28.46 | 14.49 | 9.68 | - |
| YUV | 72.67 | 134.4 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 84 | 0 | 1 | 0.60 | 0.17 | 336.11 | 1 | 0.41 |
| Hex | D3 | 0 | 54 | 0 | 64 | 3C | 11 | 150 | 64 | 29 |
| Octal | 323 | 0 | 124 | 0 | 144 | 74 | 21 | 520 | 144 | 51 |
| Binary | 11010011 | 0 | 1010100 | 0 | 1100100 | 111100 | 10001 | 101010000 | 1100100 | 101001 |
Color Harmonies of #D30054
Complementary color
Monochromatic Colors of #D30054
Black with #D30054
Text Example
Text Example
White with #D30054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30054; }
p { color: rgb(211,0,84); }
H1.HeaderClassName
{
color: #D30054;
}
.AnyTagClassName
{
color: #D30054;
}
</style>
background-color css
<style>
a { background-color: #D30054; }
a { background-color: rgb(211,0,84); }
div.DivClassName
{
background-color: #D30054;
}
.BgClassName
{
background-color: #D30054;
}
</style>
border-color css
<style>
span { border-color: #D30054; }
span { border-color: rgb(211,0,84); }
td.TdClassName
{
border-color: #D30054;
}
.TagClassName
{
border-color: #D30054;
}
</style>