Shades of Razzmatazz #D20558
Tints of Razzmatazz #D20558
RGB
CMYK
RGB Variations
Color information
#D20558 (or 0xD20558) is known color: Razzmatazz. HEX triplet: D2, 05 and 58. RGB value is (210,5,88). Sum of RGB (Red+Green+Blue) = 210+5+88=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D20558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20558 is #2DFAA7. Grayscale: #4B4B4B. Windows color (decimal): -3013288 or 5768658. OLE color: 5768658.
HSL color Cylindrical-coordinate representation of color #D20558: hue angle of 335.71º 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 #D20558 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 88 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.18 |
| HSL | 335.71º | 0.95% | 0.42% | - |
| HSV(B) | 335.71º | 0.98% | 0.82% | - |
| XYZ | 28.39 | 14.51 | 10.54 | - |
| YUV | 75.76 | 134.92 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 88 | 0 | 0.98 | 0.58 | 0.18 | 335.71 | 0.95 | 0.42 |
| Hex | D2 | 5 | 58 | 0 | 62 | 3A | 12 | 150 | 5F | 2A |
| Octal | 322 | 5 | 130 | 0 | 142 | 72 | 22 | 520 | 137 | 52 |
| Binary | 11010010 | 101 | 1011000 | 0 | 1100010 | 111010 | 10010 | 101010000 | 1011111 | 101010 |
Color Harmonies of #D20558
Complementary color
Monochromatic Colors of #D20558
Black with #D20558
Text Example
Text Example
White with #D20558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20558; }
p { color: rgb(210,5,88); }
H1.HeaderClassName
{
color: #D20558;
}
.AnyTagClassName
{
color: #D20558;
}
</style>
background-color css
<style>
a { background-color: #D20558; }
a { background-color: rgb(210,5,88); }
div.DivClassName
{
background-color: #D20558;
}
.BgClassName
{
background-color: #D20558;
}
</style>
border-color css
<style>
span { border-color: #D20558; }
span { border-color: rgb(210,5,88); }
td.TdClassName
{
border-color: #D20558;
}
.TagClassName
{
border-color: #D20558;
}
</style>