Shades of Razzmatazz #D20954
Tints of Razzmatazz #D20954
RGB
CMYK
RGB Variations
Color information
#D20954 (or 0xD20954) is known color: Razzmatazz. HEX triplet: D2, 09 and 54. RGB value is (210,9,84). Sum of RGB (Red+Green+Blue) = 210+9+84=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D20954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20954 is #2DF6AB. Grayscale: #4D4D4D. Windows color (decimal): -3012268 or 5507538. OLE color: 5507538.
HSL color Cylindrical-coordinate representation of color #D20954: hue angle of 337.61º degrees, saturation: 0.92, 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 #D20954 is Cyan = 0, Magento = 0.96, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.6 | 0.18 |
| HSL | 337.61º | 0.92% | 0.43% | - |
| HSV(B) | 337.61º | 0.96% | 0.82% | - |
| XYZ | 28.28 | 14.54 | 9.7 | - |
| YUV | 77.65 | 131.59 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 84 | 0 | 0.96 | 0.6 | 0.18 | 337.61 | 0.92 | 0.43 |
| Hex | D2 | 9 | 54 | 0 | 60 | 3C | 12 | 152 | 5C | 2B |
| Octal | 322 | 11 | 124 | 0 | 140 | 74 | 22 | 522 | 134 | 53 |
| Binary | 11010010 | 1001 | 1010100 | 0 | 1100000 | 111100 | 10010 | 101010010 | 1011100 | 101011 |
Color Harmonies of #D20954
Complementary color
Monochromatic Colors of #D20954
Black with #D20954
Text Example
Text Example
White with #D20954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20954; }
p { color: rgb(210,9,84); }
H1.HeaderClassName
{
color: #D20954;
}
.AnyTagClassName
{
color: #D20954;
}
</style>
background-color css
<style>
a { background-color: #D20954; }
a { background-color: rgb(210,9,84); }
div.DivClassName
{
background-color: #D20954;
}
.BgClassName
{
background-color: #D20954;
}
</style>
border-color css
<style>
span { border-color: #D20954; }
span { border-color: rgb(210,9,84); }
td.TdClassName
{
border-color: #D20954;
}
.TagClassName
{
border-color: #D20954;
}
</style>