Shades of Razzmatazz #D20557
Tints of Razzmatazz #D20557
RGB
CMYK
RGB Variations
Color information
#D20557 (or 0xD20557) is known color: Razzmatazz. HEX triplet: D2, 05 and 57. RGB value is (210,5,87). Sum of RGB (Red+Green+Blue) = 210+5+87=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D20557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20557 is #2DFAA8. Grayscale: #4B4B4B. Windows color (decimal): -3013289 or 5703122. OLE color: 5703122.
HSL color Cylindrical-coordinate representation of color #D20557: hue angle of 336º 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 #D20557 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 87 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.18 |
| HSL | 336º | 0.95% | 0.42% | - |
| HSV(B) | 336º | 0.98% | 0.82% | - |
| XYZ | 28.35 | 14.5 | 10.32 | - |
| YUV | 75.64 | 134.42 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 87 | 0 | 0.98 | 0.59 | 0.18 | 336 | 0.95 | 0.42 |
| Hex | D2 | 5 | 57 | 0 | 62 | 3B | 12 | 150 | 5F | 2A |
| Octal | 322 | 5 | 127 | 0 | 142 | 73 | 22 | 520 | 137 | 52 |
| Binary | 11010010 | 101 | 1010111 | 0 | 1100010 | 111011 | 10010 | 101010000 | 1011111 | 101010 |
Color Harmonies of #D20557
Complementary color
Monochromatic Colors of #D20557
Black with #D20557
Text Example
Text Example
White with #D20557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20557; }
p { color: rgb(210,5,87); }
H1.HeaderClassName
{
color: #D20557;
}
.AnyTagClassName
{
color: #D20557;
}
</style>
background-color css
<style>
a { background-color: #D20557; }
a { background-color: rgb(210,5,87); }
div.DivClassName
{
background-color: #D20557;
}
.BgClassName
{
background-color: #D20557;
}
</style>
border-color css
<style>
span { border-color: #D20557; }
span { border-color: rgb(210,5,87); }
td.TdClassName
{
border-color: #D20557;
}
.TagClassName
{
border-color: #D20557;
}
</style>