Shades of Razzmatazz #D20550
Tints of Razzmatazz #D20550
RGB
CMYK
RGB Variations
Color information
#D20550 (or 0xD20550) is known color: Razzmatazz. HEX triplet: D2, 05 and 50. RGB value is (210,5,80). Sum of RGB (Red+Green+Blue) = 210+5+80=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D20550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20550 is #2DFAAF. Grayscale: #4A4A4A. Windows color (decimal): -3013296 or 5244370. OLE color: 5244370.
HSL color Cylindrical-coordinate representation of color #D20550: hue angle of 338.05º 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 #D20550 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.18 |
| HSL | 338.05º | 0.95% | 0.42% | - |
| HSV(B) | 338.05º | 0.98% | 0.82% | - |
| XYZ | 28.08 | 14.39 | 8.89 | - |
| YUV | 74.85 | 130.92 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 80 | 0 | 0.98 | 0.62 | 0.18 | 338.05 | 0.95 | 0.42 |
| Hex | D2 | 5 | 50 | 0 | 62 | 3E | 12 | 152 | 5F | 2A |
| Octal | 322 | 5 | 120 | 0 | 142 | 76 | 22 | 522 | 137 | 52 |
| Binary | 11010010 | 101 | 1010000 | 0 | 1100010 | 111110 | 10010 | 101010010 | 1011111 | 101010 |
Color Harmonies of #D20550
Complementary color
Monochromatic Colors of #D20550
Black with #D20550
Text Example
Text Example
White with #D20550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20550; }
p { color: rgb(210,5,80); }
H1.HeaderClassName
{
color: #D20550;
}
.AnyTagClassName
{
color: #D20550;
}
</style>
background-color css
<style>
a { background-color: #D20550; }
a { background-color: rgb(210,5,80); }
div.DivClassName
{
background-color: #D20550;
}
.BgClassName
{
background-color: #D20550;
}
</style>
border-color css
<style>
span { border-color: #D20550; }
span { border-color: rgb(210,5,80); }
td.TdClassName
{
border-color: #D20550;
}
.TagClassName
{
border-color: #D20550;
}
</style>