Shades of Razzmatazz #D30756
Tints of Razzmatazz #D30756
RGB
CMYK
RGB Variations
Color information
#D30756 (or 0xD30756) is known color: Razzmatazz. HEX triplet: D3, 07 and 56. RGB value is (211,7,86). Sum of RGB (Red+Green+Blue) = 211+7+86=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D30756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30756 is #2CF8A9. Grayscale: #4C4C4C. Windows color (decimal): -2947242 or 5638099. OLE color: 5638099.
HSL color Cylindrical-coordinate representation of color #D30756: hue angle of 336.76º 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 #D30756 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 86 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.17 |
| HSL | 336.76º | 0.94% | 0.43% | - |
| HSV(B) | 336.76º | 0.97% | 0.83% | - |
| XYZ | 28.62 | 14.67 | 10.13 | - |
| YUV | 77 | 133.09 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 86 | 0 | 0.97 | 0.59 | 0.17 | 336.76 | 0.94 | 0.43 |
| Hex | D3 | 7 | 56 | 0 | 61 | 3B | 11 | 151 | 5E | 2B |
| Octal | 323 | 7 | 126 | 0 | 141 | 73 | 21 | 521 | 136 | 53 |
| Binary | 11010011 | 111 | 1010110 | 0 | 1100001 | 111011 | 10001 | 101010001 | 1011110 | 101011 |
Color Harmonies of #D30756
Complementary color
Monochromatic Colors of #D30756
Black with #D30756
Text Example
Text Example
White with #D30756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30756; }
p { color: rgb(211,7,86); }
H1.HeaderClassName
{
color: #D30756;
}
.AnyTagClassName
{
color: #D30756;
}
</style>
background-color css
<style>
a { background-color: #D30756; }
a { background-color: rgb(211,7,86); }
div.DivClassName
{
background-color: #D30756;
}
.BgClassName
{
background-color: #D30756;
}
</style>
border-color css
<style>
span { border-color: #D30756; }
span { border-color: rgb(211,7,86); }
td.TdClassName
{
border-color: #D30756;
}
.TagClassName
{
border-color: #D30756;
}
</style>