Shades of Razzmatazz #D20352
Tints of Razzmatazz #D20352
RGB
CMYK
RGB Variations
Color information
#D20352 (or 0xD20352) is known color: Razzmatazz. HEX triplet: D2, 03 and 52. RGB value is (210,3,82). Sum of RGB (Red+Green+Blue) = 210+3+82=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D20352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20352 is #2DFCAD. Grayscale: #494949. Windows color (decimal): -3013806 or 5374930. OLE color: 5374930.
HSL color Cylindrical-coordinate representation of color #D20352: hue angle of 337.1º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20352 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 82 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.18 |
| HSL | 337.1º | 0.97% | 0.42% | - |
| HSV(B) | 337.1º | 0.99% | 0.82% | - |
| XYZ | 28.13 | 14.38 | 9.27 | - |
| YUV | 73.9 | 132.58 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 82 | 0 | 0.99 | 0.61 | 0.18 | 337.1 | 0.97 | 0.42 |
| Hex | D2 | 3 | 52 | 0 | 63 | 3D | 12 | 151 | 61 | 2A |
| Octal | 322 | 3 | 122 | 0 | 143 | 75 | 22 | 521 | 141 | 52 |
| Binary | 11010010 | 11 | 1010010 | 0 | 1100011 | 111101 | 10010 | 101010001 | 1100001 | 101010 |
Color Harmonies of #D20352
Complementary color
Monochromatic Colors of #D20352
Black with #D20352
Text Example
Text Example
White with #D20352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20352; }
p { color: rgb(210,3,82); }
H1.HeaderClassName
{
color: #D20352;
}
.AnyTagClassName
{
color: #D20352;
}
</style>
background-color css
<style>
a { background-color: #D20352; }
a { background-color: rgb(210,3,82); }
div.DivClassName
{
background-color: #D20352;
}
.BgClassName
{
background-color: #D20352;
}
</style>
border-color css
<style>
span { border-color: #D20352; }
span { border-color: rgb(210,3,82); }
td.TdClassName
{
border-color: #D20352;
}
.TagClassName
{
border-color: #D20352;
}
</style>