Shades of Razzmatazz #D70160
Tints of Razzmatazz #D70160
RGB
CMYK
RGB Variations
Color information
#D70160 (or 0xD70160) is known color: Razzmatazz. HEX triplet: D7, 01 and 60. RGB value is (215,1,96). Sum of RGB (Red+Green+Blue) = 215+1+96=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D70160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70160 is #28FE9F. Grayscale: #4B4B4B. Windows color (decimal): -2686624 or 6291927. OLE color: 6291927.
HSL color Cylindrical-coordinate representation of color #D70160: hue angle of 333.36º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70160 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 96 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.16 |
| HSL | 333.36º | 0.99% | 0.42% | - |
| HSV(B) | 333.36º | 1% | 0.84% | - |
| XYZ | 30.15 | 15.31 | 12.43 | - |
| YUV | 75.82 | 139.4 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 96 | 0 | 1.00 | 0.55 | 0.16 | 333.36 | 0.99 | 0.42 |
| Hex | D7 | 1 | 60 | 0 | 64 | 37 | 10 | 14D | 63 | 2A |
| Octal | 327 | 1 | 140 | 0 | 144 | 67 | 20 | 515 | 143 | 52 |
| Binary | 11010111 | 1 | 1100000 | 0 | 1100100 | 110111 | 10000 | 101001101 | 1100011 | 101010 |
Color Harmonies of #D70160
Complementary color
Monochromatic Colors of #D70160
Black with #D70160
Text Example
Text Example
White with #D70160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70160; }
p { color: rgb(215,1,96); }
H1.HeaderClassName
{
color: #D70160;
}
.AnyTagClassName
{
color: #D70160;
}
</style>
background-color css
<style>
a { background-color: #D70160; }
a { background-color: rgb(215,1,96); }
div.DivClassName
{
background-color: #D70160;
}
.BgClassName
{
background-color: #D70160;
}
</style>
border-color css
<style>
span { border-color: #D70160; }
span { border-color: rgb(215,1,96); }
td.TdClassName
{
border-color: #D70160;
}
.TagClassName
{
border-color: #D70160;
}
</style>