Shades of Razzmatazz #D70C50
Tints of Razzmatazz #D70C50
RGB
CMYK
RGB Variations
Color information
#D70C50 (or 0xD70C50) is known color: Razzmatazz. HEX triplet: D7, 0C and 50. RGB value is (215,12,80). Sum of RGB (Red+Green+Blue) = 215+12+80=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C50 is #28F3AF. Grayscale: #505050. Windows color (decimal): -2683824 or 5246167. OLE color: 5246167.
HSL color Cylindrical-coordinate representation of color #D70C50: hue angle of 339.9º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C50 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 80 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.16 |
| HSL | 339.9º | 0.89% | 0.45% | - |
| HSV(B) | 339.9º | 0.94% | 0.84% | - |
| XYZ | 29.6 | 15.29 | 8.98 | - |
| YUV | 80.45 | 127.75 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 80 | 0 | 0.94 | 0.63 | 0.16 | 339.9 | 0.89 | 0.45 |
| Hex | D7 | C | 50 | 0 | 5E | 3F | 10 | 154 | 59 | 2D |
| Octal | 327 | 14 | 120 | 0 | 136 | 77 | 20 | 524 | 131 | 55 |
| Binary | 11010111 | 1100 | 1010000 | 0 | 1011110 | 111111 | 10000 | 101010100 | 1011001 | 101101 |
Color Harmonies of #D70C50
Complementary color
Monochromatic Colors of #D70C50
Black with #D70C50
Text Example
Text Example
White with #D70C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C50; }
p { color: rgb(215,12,80); }
H1.HeaderClassName
{
color: #D70C50;
}
.AnyTagClassName
{
color: #D70C50;
}
</style>
background-color css
<style>
a { background-color: #D70C50; }
a { background-color: rgb(215,12,80); }
div.DivClassName
{
background-color: #D70C50;
}
.BgClassName
{
background-color: #D70C50;
}
</style>
border-color css
<style>
span { border-color: #D70C50; }
span { border-color: rgb(215,12,80); }
td.TdClassName
{
border-color: #D70C50;
}
.TagClassName
{
border-color: #D70C50;
}
</style>