Shades of Razzmatazz #D20162
Tints of Razzmatazz #D20162
RGB
CMYK
RGB Variations
Color information
#D20162 (or 0xD20162) is known color: Razzmatazz. HEX triplet: D2, 01 and 62. RGB value is (210,1,98). Sum of RGB (Red+Green+Blue) = 210+1+98=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D20162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20162 is #2DFE9D. Grayscale: #4A4A4A. Windows color (decimal): -3014302 or 6422994. OLE color: 6422994.
HSL color Cylindrical-coordinate representation of color #D20162: hue angle of 332.15º 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 #D20162 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 98 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.18 |
| HSL | 332.15º | 0.99% | 0.41% | - |
| HSV(B) | 332.15º | 1% | 0.82% | - |
| XYZ | 28.79 | 14.61 | 12.86 | - |
| YUV | 74.55 | 141.24 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 98 | 0 | 1.00 | 0.53 | 0.18 | 332.15 | 0.99 | 0.41 |
| Hex | D2 | 1 | 62 | 0 | 64 | 35 | 12 | 14C | 63 | 29 |
| Octal | 322 | 1 | 142 | 0 | 144 | 65 | 22 | 514 | 143 | 51 |
| Binary | 11010010 | 1 | 1100010 | 0 | 1100100 | 110101 | 10010 | 101001100 | 1100011 | 101001 |
Color Harmonies of #D20162
Complementary color
Monochromatic Colors of #D20162
Black with #D20162
Text Example
Text Example
White with #D20162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20162; }
p { color: rgb(210,1,98); }
H1.HeaderClassName
{
color: #D20162;
}
.AnyTagClassName
{
color: #D20162;
}
</style>
background-color css
<style>
a { background-color: #D20162; }
a { background-color: rgb(210,1,98); }
div.DivClassName
{
background-color: #D20162;
}
.BgClassName
{
background-color: #D20162;
}
</style>
border-color css
<style>
span { border-color: #D20162; }
span { border-color: rgb(210,1,98); }
td.TdClassName
{
border-color: #D20162;
}
.TagClassName
{
border-color: #D20162;
}
</style>