Shades of Razzmatazz #D30854
Tints of Razzmatazz #D30854
RGB
CMYK
RGB Variations
Color information
#D30854 (or 0xD30854) is known color: Razzmatazz. HEX triplet: D3, 08 and 54. RGB value is (211,8,84). Sum of RGB (Red+Green+Blue) = 211+8+84=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D30854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30854 is #2CF7AB. Grayscale: #4D4D4D. Windows color (decimal): -2946988 or 5507283. OLE color: 5507283.
HSL color Cylindrical-coordinate representation of color #D30854: hue angle of 337.54º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30854 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 84 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.17 |
| HSL | 337.54º | 0.93% | 0.43% | - |
| HSV(B) | 337.54º | 0.96% | 0.83% | - |
| XYZ | 28.55 | 14.66 | 9.71 | - |
| YUV | 77.36 | 131.75 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 84 | 0 | 0.96 | 0.60 | 0.17 | 337.54 | 0.93 | 0.43 |
| Hex | D3 | 8 | 54 | 0 | 60 | 3C | 11 | 152 | 5D | 2B |
| Octal | 323 | 10 | 124 | 0 | 140 | 74 | 21 | 522 | 135 | 53 |
| Binary | 11010011 | 1000 | 1010100 | 0 | 1100000 | 111100 | 10001 | 101010010 | 1011101 | 101011 |
Color Harmonies of #D30854
Complementary color
Monochromatic Colors of #D30854
Black with #D30854
Text Example
Text Example
White with #D30854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30854; }
p { color: rgb(211,8,84); }
H1.HeaderClassName
{
color: #D30854;
}
.AnyTagClassName
{
color: #D30854;
}
</style>
background-color css
<style>
a { background-color: #D30854; }
a { background-color: rgb(211,8,84); }
div.DivClassName
{
background-color: #D30854;
}
.BgClassName
{
background-color: #D30854;
}
</style>
border-color css
<style>
span { border-color: #D30854; }
span { border-color: rgb(211,8,84); }
td.TdClassName
{
border-color: #D30854;
}
.TagClassName
{
border-color: #D30854;
}
</style>