Shades of Razzmatazz #D20055
Tints of Razzmatazz #D20055
RGB
CMYK
RGB Variations
Color information
#D20055 (or 0xD20055) is known color: Razzmatazz. HEX triplet: D2, 00 and 55. RGB value is (210,0,85). Sum of RGB (Red+Green+Blue) = 210+0+85=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D20055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20055 is #2DFFAA. Grayscale: #484848. Windows color (decimal): -3014571 or 5570770. OLE color: 5570770.
HSL color Cylindrical-coordinate representation of color #D20055: hue angle of 335.71º 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 #D20055 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.60 | 0.18 |
| HSL | 335.71º | 1% | 0.41% | - |
| HSV(B) | 335.71º | 1% | 0.82% | - |
| XYZ | 28.22 | 14.36 | 9.88 | - |
| YUV | 72.48 | 135.07 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 85 | 0 | 1 | 0.60 | 0.18 | 335.71 | 1 | 0.41 |
| Hex | D2 | 0 | 55 | 0 | 64 | 3C | 12 | 150 | 64 | 29 |
| Octal | 322 | 0 | 125 | 0 | 144 | 74 | 22 | 520 | 144 | 51 |
| Binary | 11010010 | 0 | 1010101 | 0 | 1100100 | 111100 | 10010 | 101010000 | 1100100 | 101001 |
Color Harmonies of #D20055
Complementary color
Monochromatic Colors of #D20055
Black with #D20055
Text Example
Text Example
White with #D20055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20055; }
p { color: rgb(210,0,85); }
H1.HeaderClassName
{
color: #D20055;
}
.AnyTagClassName
{
color: #D20055;
}
</style>
background-color css
<style>
a { background-color: #D20055; }
a { background-color: rgb(210,0,85); }
div.DivClassName
{
background-color: #D20055;
}
.BgClassName
{
background-color: #D20055;
}
</style>
border-color css
<style>
span { border-color: #D20055; }
span { border-color: rgb(210,0,85); }
td.TdClassName
{
border-color: #D20055;
}
.TagClassName
{
border-color: #D20055;
}
</style>