Shades of Razzmatazz #D20160
Tints of Razzmatazz #D20160
RGB
CMYK
RGB Variations
Color information
#D20160 (or 0xD20160) is known color: Razzmatazz. HEX triplet: D2, 01 and 60. RGB value is (210,1,96). Sum of RGB (Red+Green+Blue) = 210+1+96=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D20160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20160 is #2DFE9F. Grayscale: #4A4A4A. Windows color (decimal): -3014304 or 6291922. OLE color: 6291922.
HSL color Cylindrical-coordinate representation of color #D20160: hue angle of 332.73º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20160 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 96 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.18 |
| HSL | 332.73º | 0.99% | 0.41% | - |
| HSV(B) | 332.73º | 1% | 0.82% | - |
| XYZ | 28.7 | 14.57 | 12.37 | - |
| YUV | 74.32 | 140.24 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 96 | 0 | 1.00 | 0.54 | 0.18 | 332.73 | 0.99 | 0.41 |
| Hex | D2 | 1 | 60 | 0 | 64 | 36 | 12 | 14D | 63 | 29 |
| Octal | 322 | 1 | 140 | 0 | 144 | 66 | 22 | 515 | 143 | 51 |
| Binary | 11010010 | 1 | 1100000 | 0 | 1100100 | 110110 | 10010 | 101001101 | 1100011 | 101001 |
Color Harmonies of #D20160
Complementary color
Monochromatic Colors of #D20160
Black with #D20160
Text Example
Text Example
White with #D20160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20160; }
p { color: rgb(210,1,96); }
H1.HeaderClassName
{
color: #D20160;
}
.AnyTagClassName
{
color: #D20160;
}
</style>
background-color css
<style>
a { background-color: #D20160; }
a { background-color: rgb(210,1,96); }
div.DivClassName
{
background-color: #D20160;
}
.BgClassName
{
background-color: #D20160;
}
</style>
border-color css
<style>
span { border-color: #D20160; }
span { border-color: rgb(210,1,96); }
td.TdClassName
{
border-color: #D20160;
}
.TagClassName
{
border-color: #D20160;
}
</style>