Shades of Razzmatazz #D20051
Tints of Razzmatazz #D20051
RGB
CMYK
RGB Variations
Color information
#D20051 (or 0xD20051) is known color: Razzmatazz. HEX triplet: D2, 00 and 51. RGB value is (210,0,81). Sum of RGB (Red+Green+Blue) = 210+0+81=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D20051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20051 is #2DFFAE. Grayscale: #474747. Windows color (decimal): -3014575 or 5308626. OLE color: 5308626.
HSL color Cylindrical-coordinate representation of color #D20051: hue angle of 336.86º 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 #D20051 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.61 | 0.18 |
| HSL | 336.86º | 1% | 0.41% | - |
| HSV(B) | 336.86º | 1% | 0.82% | - |
| XYZ | 28.06 | 14.3 | 9.06 | - |
| YUV | 72.02 | 133.07 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 81 | 0 | 1 | 0.61 | 0.18 | 336.86 | 1 | 0.41 |
| Hex | D2 | 0 | 51 | 0 | 64 | 3D | 12 | 151 | 64 | 29 |
| Octal | 322 | 0 | 121 | 0 | 144 | 75 | 22 | 521 | 144 | 51 |
| Binary | 11010010 | 0 | 1010001 | 0 | 1100100 | 111101 | 10010 | 101010001 | 1100100 | 101001 |
Color Harmonies of #D20051
Complementary color
Monochromatic Colors of #D20051
Black with #D20051
Text Example
Text Example
White with #D20051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20051; }
p { color: rgb(210,0,81); }
H1.HeaderClassName
{
color: #D20051;
}
.AnyTagClassName
{
color: #D20051;
}
</style>
background-color css
<style>
a { background-color: #D20051; }
a { background-color: rgb(210,0,81); }
div.DivClassName
{
background-color: #D20051;
}
.BgClassName
{
background-color: #D20051;
}
</style>
border-color css
<style>
span { border-color: #D20051; }
span { border-color: rgb(210,0,81); }
td.TdClassName
{
border-color: #D20051;
}
.TagClassName
{
border-color: #D20051;
}
</style>