Shades of Razzmatazz #D70456
Tints of Razzmatazz #D70456
RGB
CMYK
RGB Variations
Color information
#D70456 (or 0xD70456) is known color: Razzmatazz. HEX triplet: D7, 04 and 56. RGB value is (215,4,86). Sum of RGB (Red+Green+Blue) = 215+4+86=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D70456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70456 is #28FBA9. Grayscale: #4C4C4C. Windows color (decimal): -2685866 or 5637335. OLE color: 5637335.
HSL color Cylindrical-coordinate representation of color #D70456: hue angle of 336.68º degrees, saturation: 0.96, 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 #D70456 is Cyan = 0, Magento = 0.98, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 86 | - |
| CMYK | 0 | 0.98 | 0.6 | 0.16 |
| HSL | 336.68º | 0.96% | 0.43% | - |
| HSV(B) | 336.68º | 0.98% | 0.84% | - |
| XYZ | 29.75 | 15.21 | 10.17 | - |
| YUV | 76.44 | 133.4 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 86 | 0 | 0.98 | 0.6 | 0.16 | 336.68 | 0.96 | 0.43 |
| Hex | D7 | 4 | 56 | 0 | 62 | 3C | 10 | 151 | 60 | 2B |
| Octal | 327 | 4 | 126 | 0 | 142 | 74 | 20 | 521 | 140 | 53 |
| Binary | 11010111 | 100 | 1010110 | 0 | 1100010 | 111100 | 10000 | 101010001 | 1100000 | 101011 |
Color Harmonies of #D70456
Complementary color
Monochromatic Colors of #D70456
Black with #D70456
Text Example
Text Example
White with #D70456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70456; }
p { color: rgb(215,4,86); }
H1.HeaderClassName
{
color: #D70456;
}
.AnyTagClassName
{
color: #D70456;
}
</style>
background-color css
<style>
a { background-color: #D70456; }
a { background-color: rgb(215,4,86); }
div.DivClassName
{
background-color: #D70456;
}
.BgClassName
{
background-color: #D70456;
}
</style>
border-color css
<style>
span { border-color: #D70456; }
span { border-color: rgb(215,4,86); }
td.TdClassName
{
border-color: #D70456;
}
.TagClassName
{
border-color: #D70456;
}
</style>