Shades of Razzmatazz #D20052
Tints of Razzmatazz #D20052
RGB
CMYK
RGB Variations
Color information
#D20052 (or 0xD20052) is known color: Razzmatazz. HEX triplet: D2, 00 and 52. RGB value is (210,0,82). Sum of RGB (Red+Green+Blue) = 210+0+82=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D20052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20052 is #2DFFAD. Grayscale: #484848. Windows color (decimal): -3014574 or 5374162. OLE color: 5374162.
HSL color Cylindrical-coordinate representation of color #D20052: hue angle of 336.57º 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 #D20052 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.61 | 0.18 |
| HSL | 336.57º | 1% | 0.41% | - |
| HSV(B) | 336.57º | 1% | 0.82% | - |
| XYZ | 28.1 | 14.31 | 9.26 | - |
| YUV | 72.14 | 133.57 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 82 | 0 | 1 | 0.61 | 0.18 | 336.57 | 1 | 0.41 |
| Hex | D2 | 0 | 52 | 0 | 64 | 3D | 12 | 151 | 64 | 29 |
| Octal | 322 | 0 | 122 | 0 | 144 | 75 | 22 | 521 | 144 | 51 |
| Binary | 11010010 | 0 | 1010010 | 0 | 1100100 | 111101 | 10010 | 101010001 | 1100100 | 101001 |
Color Harmonies of #D20052
Complementary color
Monochromatic Colors of #D20052
Black with #D20052
Text Example
Text Example
White with #D20052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20052; }
p { color: rgb(210,0,82); }
H1.HeaderClassName
{
color: #D20052;
}
.AnyTagClassName
{
color: #D20052;
}
</style>
background-color css
<style>
a { background-color: #D20052; }
a { background-color: rgb(210,0,82); }
div.DivClassName
{
background-color: #D20052;
}
.BgClassName
{
background-color: #D20052;
}
</style>
border-color css
<style>
span { border-color: #D20052; }
span { border-color: rgb(210,0,82); }
td.TdClassName
{
border-color: #D20052;
}
.TagClassName
{
border-color: #D20052;
}
</style>