Shades of Razzmatazz #D70161
Tints of Razzmatazz #D70161
RGB
CMYK
RGB Variations
Color information
#D70161 (or 0xD70161) is known color: Razzmatazz. HEX triplet: D7, 01 and 61. RGB value is (215,1,97). Sum of RGB (Red+Green+Blue) = 215+1+97=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D70161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70161 is #28FE9E. Grayscale: #4B4B4B. Windows color (decimal): -2686623 or 6357463. OLE color: 6357463.
HSL color Cylindrical-coordinate representation of color #D70161: hue angle of 333.08º 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 #D70161 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 97 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.16 |
| HSL | 333.08º | 0.99% | 0.42% | - |
| HSV(B) | 333.08º | 1% | 0.84% | - |
| XYZ | 30.19 | 15.33 | 12.68 | - |
| YUV | 75.93 | 139.9 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 97 | 0 | 1.00 | 0.55 | 0.16 | 333.08 | 0.99 | 0.42 |
| Hex | D7 | 1 | 61 | 0 | 64 | 37 | 10 | 14D | 63 | 2A |
| Octal | 327 | 1 | 141 | 0 | 144 | 67 | 20 | 515 | 143 | 52 |
| Binary | 11010111 | 1 | 1100001 | 0 | 1100100 | 110111 | 10000 | 101001101 | 1100011 | 101010 |
Color Harmonies of #D70161
Complementary color
Monochromatic Colors of #D70161
Black with #D70161
Text Example
Text Example
White with #D70161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70161; }
p { color: rgb(215,1,97); }
H1.HeaderClassName
{
color: #D70161;
}
.AnyTagClassName
{
color: #D70161;
}
</style>
background-color css
<style>
a { background-color: #D70161; }
a { background-color: rgb(215,1,97); }
div.DivClassName
{
background-color: #D70161;
}
.BgClassName
{
background-color: #D70161;
}
</style>
border-color css
<style>
span { border-color: #D70161; }
span { border-color: rgb(215,1,97); }
td.TdClassName
{
border-color: #D70161;
}
.TagClassName
{
border-color: #D70161;
}
</style>