Shades of Razzmatazz #D30759
Tints of Razzmatazz #D30759
RGB
CMYK
RGB Variations
Color information
#D30759 (or 0xD30759) is known color: Razzmatazz. HEX triplet: D3, 07 and 59. RGB value is (211,7,89). Sum of RGB (Red+Green+Blue) = 211+7+89=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D30759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30759 is #2CF8A6. Grayscale: #4D4D4D. Windows color (decimal): -2947239 or 5834707. OLE color: 5834707.
HSL color Cylindrical-coordinate representation of color #D30759: hue angle of 335.88º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30759 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 89 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.17 |
| HSL | 335.88º | 0.94% | 0.43% | - |
| HSV(B) | 335.88º | 0.97% | 0.83% | - |
| XYZ | 28.74 | 14.72 | 10.78 | - |
| YUV | 77.34 | 134.59 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 89 | 0 | 0.97 | 0.58 | 0.17 | 335.88 | 0.94 | 0.43 |
| Hex | D3 | 7 | 59 | 0 | 61 | 3A | 11 | 150 | 5E | 2B |
| Octal | 323 | 7 | 131 | 0 | 141 | 72 | 21 | 520 | 136 | 53 |
| Binary | 11010011 | 111 | 1011001 | 0 | 1100001 | 111010 | 10001 | 101010000 | 1011110 | 101011 |
Color Harmonies of #D30759
Complementary color
Monochromatic Colors of #D30759
Black with #D30759
Text Example
Text Example
White with #D30759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30759; }
p { color: rgb(211,7,89); }
H1.HeaderClassName
{
color: #D30759;
}
.AnyTagClassName
{
color: #D30759;
}
</style>
background-color css
<style>
a { background-color: #D30759; }
a { background-color: rgb(211,7,89); }
div.DivClassName
{
background-color: #D30759;
}
.BgClassName
{
background-color: #D30759;
}
</style>
border-color css
<style>
span { border-color: #D30759; }
span { border-color: rgb(211,7,89); }
td.TdClassName
{
border-color: #D30759;
}
.TagClassName
{
border-color: #D30759;
}
</style>