Shades of Razzmatazz #D20859
Tints of Razzmatazz #D20859
RGB
CMYK
RGB Variations
Color information
#D20859 (or 0xD20859) is known color: Razzmatazz. HEX triplet: D2, 08 and 59. RGB value is (210,8,89). Sum of RGB (Red+Green+Blue) = 210+8+89=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D20859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20859 is #2DF7A6. Grayscale: #4D4D4D. Windows color (decimal): -3012519 or 5834962. OLE color: 5834962.
HSL color Cylindrical-coordinate representation of color #D20859: hue angle of 335.94º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20859 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 89 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.18 |
| HSL | 335.94º | 0.93% | 0.43% | - |
| HSV(B) | 335.94º | 0.96% | 0.82% | - |
| XYZ | 28.47 | 14.6 | 10.77 | - |
| YUV | 77.63 | 134.42 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 89 | 0 | 0.96 | 0.58 | 0.18 | 335.94 | 0.93 | 0.43 |
| Hex | D2 | 8 | 59 | 0 | 60 | 3A | 12 | 150 | 5D | 2B |
| Octal | 322 | 10 | 131 | 0 | 140 | 72 | 22 | 520 | 135 | 53 |
| Binary | 11010010 | 1000 | 1011001 | 0 | 1100000 | 111010 | 10010 | 101010000 | 1011101 | 101011 |
Color Harmonies of #D20859
Complementary color
Monochromatic Colors of #D20859
Black with #D20859
Text Example
Text Example
White with #D20859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20859; }
p { color: rgb(210,8,89); }
H1.HeaderClassName
{
color: #D20859;
}
.AnyTagClassName
{
color: #D20859;
}
</style>
background-color css
<style>
a { background-color: #D20859; }
a { background-color: rgb(210,8,89); }
div.DivClassName
{
background-color: #D20859;
}
.BgClassName
{
background-color: #D20859;
}
</style>
border-color css
<style>
span { border-color: #D20859; }
span { border-color: rgb(210,8,89); }
td.TdClassName
{
border-color: #D20859;
}
.TagClassName
{
border-color: #D20859;
}
</style>