Shades of Razzmatazz #D30853
Tints of Razzmatazz #D30853
RGB
CMYK
RGB Variations
Color information
#D30853 (or 0xD30853) is known color: Razzmatazz. HEX triplet: D3, 08 and 53. RGB value is (211,8,83). Sum of RGB (Red+Green+Blue) = 211+8+83=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D30853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30853 is #2CF7AC. Grayscale: #4D4D4D. Windows color (decimal): -2946989 or 5441747. OLE color: 5441747.
HSL color Cylindrical-coordinate representation of color #D30853: hue angle of 337.83º 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 #D30853 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 83 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.17 |
| HSL | 337.83º | 0.93% | 0.43% | - |
| HSV(B) | 337.83º | 0.96% | 0.83% | - |
| XYZ | 28.51 | 14.65 | 9.51 | - |
| YUV | 77.25 | 131.25 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 83 | 0 | 0.96 | 0.61 | 0.17 | 337.83 | 0.93 | 0.43 |
| Hex | D3 | 8 | 53 | 0 | 60 | 3D | 11 | 152 | 5D | 2B |
| Octal | 323 | 10 | 123 | 0 | 140 | 75 | 21 | 522 | 135 | 53 |
| Binary | 11010011 | 1000 | 1010011 | 0 | 1100000 | 111101 | 10001 | 101010010 | 1011101 | 101011 |
Color Harmonies of #D30853
Complementary color
Monochromatic Colors of #D30853
Black with #D30853
Text Example
Text Example
White with #D30853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30853; }
p { color: rgb(211,8,83); }
H1.HeaderClassName
{
color: #D30853;
}
.AnyTagClassName
{
color: #D30853;
}
</style>
background-color css
<style>
a { background-color: #D30853; }
a { background-color: rgb(211,8,83); }
div.DivClassName
{
background-color: #D30853;
}
.BgClassName
{
background-color: #D30853;
}
</style>
border-color css
<style>
span { border-color: #D30853; }
span { border-color: rgb(211,8,83); }
td.TdClassName
{
border-color: #D30853;
}
.TagClassName
{
border-color: #D30853;
}
</style>