Shades of Razzmatazz #D70552
Tints of Razzmatazz #D70552
RGB
CMYK
RGB Variations
Color information
#D70552 (or 0xD70552) is known color: Razzmatazz. HEX triplet: D7, 05 and 52. RGB value is (215,5,82). Sum of RGB (Red+Green+Blue) = 215+5+82=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D70552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70552 is #28FAAD. Grayscale: #4C4C4C. Windows color (decimal): -2685614 or 5375447. OLE color: 5375447.
HSL color Cylindrical-coordinate representation of color #D70552: hue angle of 338º 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 #D70552 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.16 |
| HSL | 338º | 0.95% | 0.43% | - |
| HSV(B) | 338º | 0.98% | 0.84% | - |
| XYZ | 29.6 | 15.16 | 9.35 | - |
| YUV | 76.57 | 131.07 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 82 | 0 | 0.98 | 0.62 | 0.16 | 338 | 0.95 | 0.43 |
| Hex | D7 | 5 | 52 | 0 | 62 | 3E | 10 | 152 | 5F | 2B |
| Octal | 327 | 5 | 122 | 0 | 142 | 76 | 20 | 522 | 137 | 53 |
| Binary | 11010111 | 101 | 1010010 | 0 | 1100010 | 111110 | 10000 | 101010010 | 1011111 | 101011 |
Color Harmonies of #D70552
Complementary color
Monochromatic Colors of #D70552
Black with #D70552
Text Example
Text Example
White with #D70552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70552; }
p { color: rgb(215,5,82); }
H1.HeaderClassName
{
color: #D70552;
}
.AnyTagClassName
{
color: #D70552;
}
</style>
background-color css
<style>
a { background-color: #D70552; }
a { background-color: rgb(215,5,82); }
div.DivClassName
{
background-color: #D70552;
}
.BgClassName
{
background-color: #D70552;
}
</style>
border-color css
<style>
span { border-color: #D70552; }
span { border-color: rgb(215,5,82); }
td.TdClassName
{
border-color: #D70552;
}
.TagClassName
{
border-color: #D70552;
}
</style>