Shades of Razzmatazz #D20552
Tints of Razzmatazz #D20552
RGB
CMYK
RGB Variations
Color information
#D20552 (or 0xD20552) is known color: Razzmatazz. HEX triplet: D2, 05 and 52. RGB value is (210,5,82). Sum of RGB (Red+Green+Blue) = 210+5+82=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D20552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20552 is #2DFAAD. Grayscale: #4A4A4A. Windows color (decimal): -3013294 or 5375442. OLE color: 5375442.
HSL color Cylindrical-coordinate representation of color #D20552: hue angle of 337.46º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20552 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.18 |
| HSL | 337.46º | 0.95% | 0.42% | - |
| HSV(B) | 337.46º | 0.98% | 0.82% | - |
| XYZ | 28.16 | 14.42 | 9.28 | - |
| YUV | 75.07 | 131.92 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 82 | 0 | 0.98 | 0.61 | 0.18 | 337.46 | 0.95 | 0.42 |
| Hex | D2 | 5 | 52 | 0 | 62 | 3D | 12 | 151 | 5F | 2A |
| Octal | 322 | 5 | 122 | 0 | 142 | 75 | 22 | 521 | 137 | 52 |
| Binary | 11010010 | 101 | 1010010 | 0 | 1100010 | 111101 | 10010 | 101010001 | 1011111 | 101010 |
Color Harmonies of #D20552
Complementary color
Monochromatic Colors of #D20552
Black with #D20552
Text Example
Text Example
White with #D20552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20552; }
p { color: rgb(210,5,82); }
H1.HeaderClassName
{
color: #D20552;
}
.AnyTagClassName
{
color: #D20552;
}
</style>
background-color css
<style>
a { background-color: #D20552; }
a { background-color: rgb(210,5,82); }
div.DivClassName
{
background-color: #D20552;
}
.BgClassName
{
background-color: #D20552;
}
</style>
border-color css
<style>
span { border-color: #D20552; }
span { border-color: rgb(210,5,82); }
td.TdClassName
{
border-color: #D20552;
}
.TagClassName
{
border-color: #D20552;
}
</style>