Shades of Razzmatazz #D20852
Tints of Razzmatazz #D20852
RGB
CMYK
RGB Variations
Color information
#D20852 (or 0xD20852) is known color: Razzmatazz. HEX triplet: D2, 08 and 52. RGB value is (210,8,82). Sum of RGB (Red+Green+Blue) = 210+8+82=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D20852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20852 is #2DF7AD. Grayscale: #4C4C4C. Windows color (decimal): -3012526 or 5376210. OLE color: 5376210.
HSL color Cylindrical-coordinate representation of color #D20852: hue angle of 338.02º 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 #D20852 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 82 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.18 |
| HSL | 338.02º | 0.93% | 0.43% | - |
| HSV(B) | 338.02º | 0.96% | 0.82% | - |
| XYZ | 28.19 | 14.48 | 9.29 | - |
| YUV | 76.83 | 130.92 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 82 | 0 | 0.96 | 0.61 | 0.18 | 338.02 | 0.93 | 0.43 |
| Hex | D2 | 8 | 52 | 0 | 60 | 3D | 12 | 152 | 5D | 2B |
| Octal | 322 | 10 | 122 | 0 | 140 | 75 | 22 | 522 | 135 | 53 |
| Binary | 11010010 | 1000 | 1010010 | 0 | 1100000 | 111101 | 10010 | 101010010 | 1011101 | 101011 |
Color Harmonies of #D20852
Complementary color
Monochromatic Colors of #D20852
Black with #D20852
Text Example
Text Example
White with #D20852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20852; }
p { color: rgb(210,8,82); }
H1.HeaderClassName
{
color: #D20852;
}
.AnyTagClassName
{
color: #D20852;
}
</style>
background-color css
<style>
a { background-color: #D20852; }
a { background-color: rgb(210,8,82); }
div.DivClassName
{
background-color: #D20852;
}
.BgClassName
{
background-color: #D20852;
}
</style>
border-color css
<style>
span { border-color: #D20852; }
span { border-color: rgb(210,8,82); }
td.TdClassName
{
border-color: #D20852;
}
.TagClassName
{
border-color: #D20852;
}
</style>