Shades of Razzmatazz #D20061
Tints of Razzmatazz #D20061
RGB
CMYK
RGB Variations
Color information
#D20061 (or 0xD20061) is known color: Razzmatazz. HEX triplet: D2, 00 and 61. RGB value is (210,0,97). Sum of RGB (Red+Green+Blue) = 210+0+97=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D20061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20061 is #2DFF9E. Grayscale: #494949. Windows color (decimal): -3014559 or 6357202. OLE color: 6357202.
HSL color Cylindrical-coordinate representation of color #D20061: hue angle of 332.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20061 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.54 | 0.18 |
| HSL | 332.29º | 1% | 0.41% | - |
| HSV(B) | 332.29º | 1% | 0.82% | - |
| XYZ | 28.74 | 14.56 | 12.61 | - |
| YUV | 73.85 | 141.07 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 97 | 0 | 1 | 0.54 | 0.18 | 332.29 | 1 | 0.41 |
| Hex | D2 | 0 | 61 | 0 | 64 | 36 | 12 | 14C | 64 | 29 |
| Octal | 322 | 0 | 141 | 0 | 144 | 66 | 22 | 514 | 144 | 51 |
| Binary | 11010010 | 0 | 1100001 | 0 | 1100100 | 110110 | 10010 | 101001100 | 1100100 | 101001 |
Color Harmonies of #D20061
Complementary color
Monochromatic Colors of #D20061
Black with #D20061
Text Example
Text Example
White with #D20061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20061; }
p { color: rgb(210,0,97); }
H1.HeaderClassName
{
color: #D20061;
}
.AnyTagClassName
{
color: #D20061;
}
</style>
background-color css
<style>
a { background-color: #D20061; }
a { background-color: rgb(210,0,97); }
div.DivClassName
{
background-color: #D20061;
}
.BgClassName
{
background-color: #D20061;
}
</style>
border-color css
<style>
span { border-color: #D20061; }
span { border-color: rgb(210,0,97); }
td.TdClassName
{
border-color: #D20061;
}
.TagClassName
{
border-color: #D20061;
}
</style>