Shades of Razzmatazz #D70048
Tints of Razzmatazz #D70048
RGB
CMYK
RGB Variations
Color information
#D70048 (or 0xD70048) is known color: Razzmatazz. HEX triplet: D7, 00 and 48. RGB value is (215,0,72). Sum of RGB (Red+Green+Blue) = 215+0+72=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D70048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70048 is #28FFB7. Grayscale: #484848. Windows color (decimal): -2686904 or 4718807. OLE color: 4718807.
HSL color Cylindrical-coordinate representation of color #D70048: hue angle of 339.91º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70048 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.67 | 0.16 |
| HSL | 339.91º | 1% | 0.42% | - |
| HSV(B) | 339.91º | 1% | 0.84% | - |
| XYZ | 29.19 | 14.91 | 7.47 | - |
| YUV | 72.49 | 127.73 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 72 | 0 | 1 | 0.67 | 0.16 | 339.91 | 1 | 0.42 |
| Hex | D7 | 0 | 48 | 0 | 64 | 43 | 10 | 154 | 64 | 2A |
| Octal | 327 | 0 | 110 | 0 | 144 | 103 | 20 | 524 | 144 | 52 |
| Binary | 11010111 | 0 | 1001000 | 0 | 1100100 | 1000011 | 10000 | 101010100 | 1100100 | 101010 |
Color Harmonies of #D70048
Complementary color
Monochromatic Colors of #D70048
Black with #D70048
Text Example
Text Example
White with #D70048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70048; }
p { color: rgb(215,0,72); }
H1.HeaderClassName
{
color: #D70048;
}
.AnyTagClassName
{
color: #D70048;
}
</style>
background-color css
<style>
a { background-color: #D70048; }
a { background-color: rgb(215,0,72); }
div.DivClassName
{
background-color: #D70048;
}
.BgClassName
{
background-color: #D70048;
}
</style>
border-color css
<style>
span { border-color: #D70048; }
span { border-color: rgb(215,0,72); }
td.TdClassName
{
border-color: #D70048;
}
.TagClassName
{
border-color: #D70048;
}
</style>