Shades of Razzmatazz #D70550
Tints of Razzmatazz #D70550
RGB
CMYK
RGB Variations
Color information
#D70550 (or 0xD70550) is known color: Razzmatazz. HEX triplet: D7, 05 and 50. RGB value is (215,5,80). Sum of RGB (Red+Green+Blue) = 215+5+80=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D70550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70550 is #28FAAF. Grayscale: #4C4C4C. Windows color (decimal): -2685616 or 5244375. OLE color: 5244375.
HSL color Cylindrical-coordinate representation of color #D70550: hue angle of 338.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70550 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.16 |
| HSL | 338.57º | 0.95% | 0.43% | - |
| HSV(B) | 338.57º | 0.98% | 0.84% | - |
| XYZ | 29.53 | 15.13 | 8.95 | - |
| YUV | 76.34 | 130.07 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 80 | 0 | 0.98 | 0.63 | 0.16 | 338.57 | 0.95 | 0.43 |
| Hex | D7 | 5 | 50 | 0 | 62 | 3F | 10 | 153 | 5F | 2B |
| Octal | 327 | 5 | 120 | 0 | 142 | 77 | 20 | 523 | 137 | 53 |
| Binary | 11010111 | 101 | 1010000 | 0 | 1100010 | 111111 | 10000 | 101010011 | 1011111 | 101011 |
Color Harmonies of #D70550
Complementary color
Monochromatic Colors of #D70550
Black with #D70550
Text Example
Text Example
White with #D70550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70550; }
p { color: rgb(215,5,80); }
H1.HeaderClassName
{
color: #D70550;
}
.AnyTagClassName
{
color: #D70550;
}
</style>
background-color css
<style>
a { background-color: #D70550; }
a { background-color: rgb(215,5,80); }
div.DivClassName
{
background-color: #D70550;
}
.BgClassName
{
background-color: #D70550;
}
</style>
border-color css
<style>
span { border-color: #D70550; }
span { border-color: rgb(215,5,80); }
td.TdClassName
{
border-color: #D70550;
}
.TagClassName
{
border-color: #D70550;
}
</style>