Shades of Razzmatazz #D30851
Tints of Razzmatazz #D30851
RGB
CMYK
RGB Variations
Color information
#D30851 (or 0xD30851) is known color: Razzmatazz. HEX triplet: D3, 08 and 51. RGB value is (211,8,81). Sum of RGB (Red+Green+Blue) = 211+8+81=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D30851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30851 is #2CF7AE. Grayscale: #4C4C4C. Windows color (decimal): -2946991 or 5310675. OLE color: 5310675.
HSL color Cylindrical-coordinate representation of color #D30851: hue angle of 338.42º 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 #D30851 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 81 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.17 |
| HSL | 338.42º | 0.93% | 0.43% | - |
| HSV(B) | 338.42º | 0.96% | 0.83% | - |
| XYZ | 28.44 | 14.62 | 9.11 | - |
| YUV | 77.02 | 130.25 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 81 | 0 | 0.96 | 0.62 | 0.17 | 338.42 | 0.93 | 0.43 |
| Hex | D3 | 8 | 51 | 0 | 60 | 3E | 11 | 152 | 5D | 2B |
| Octal | 323 | 10 | 121 | 0 | 140 | 76 | 21 | 522 | 135 | 53 |
| Binary | 11010011 | 1000 | 1010001 | 0 | 1100000 | 111110 | 10001 | 101010010 | 1011101 | 101011 |
Color Harmonies of #D30851
Complementary color
Monochromatic Colors of #D30851
Black with #D30851
Text Example
Text Example
White with #D30851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30851; }
p { color: rgb(211,8,81); }
H1.HeaderClassName
{
color: #D30851;
}
.AnyTagClassName
{
color: #D30851;
}
</style>
background-color css
<style>
a { background-color: #D30851; }
a { background-color: rgb(211,8,81); }
div.DivClassName
{
background-color: #D30851;
}
.BgClassName
{
background-color: #D30851;
}
</style>
border-color css
<style>
span { border-color: #D30851; }
span { border-color: rgb(211,8,81); }
td.TdClassName
{
border-color: #D30851;
}
.TagClassName
{
border-color: #D30851;
}
</style>