Shades of Razzmatazz #D20253
Tints of Razzmatazz #D20253
RGB
CMYK
RGB Variations
Color information
#D20253 (or 0xD20253) is known color: Razzmatazz. HEX triplet: D2, 02 and 53. RGB value is (210,2,83). Sum of RGB (Red+Green+Blue) = 210+2+83=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D20253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20253 is #2DFDAC. Grayscale: #494949. Windows color (decimal): -3014061 or 5440210. OLE color: 5440210.
HSL color Cylindrical-coordinate representation of color #D20253: hue angle of 336.63º degrees, saturation: 0.98, 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 #D20253 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.18 |
| HSL | 336.63º | 0.98% | 0.42% | - |
| HSV(B) | 336.63º | 0.99% | 0.82% | - |
| XYZ | 28.16 | 14.37 | 9.47 | - |
| YUV | 73.43 | 133.41 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 83 | 0 | 0.99 | 0.60 | 0.18 | 336.63 | 0.98 | 0.42 |
| Hex | D2 | 2 | 53 | 0 | 63 | 3C | 12 | 151 | 62 | 2A |
| Octal | 322 | 2 | 123 | 0 | 143 | 74 | 22 | 521 | 142 | 52 |
| Binary | 11010010 | 10 | 1010011 | 0 | 1100011 | 111100 | 10010 | 101010001 | 1100010 | 101010 |
Color Harmonies of #D20253
Complementary color
Monochromatic Colors of #D20253
Black with #D20253
Text Example
Text Example
White with #D20253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20253; }
p { color: rgb(210,2,83); }
H1.HeaderClassName
{
color: #D20253;
}
.AnyTagClassName
{
color: #D20253;
}
</style>
background-color css
<style>
a { background-color: #D20253; }
a { background-color: rgb(210,2,83); }
div.DivClassName
{
background-color: #D20253;
}
.BgClassName
{
background-color: #D20253;
}
</style>
border-color css
<style>
span { border-color: #D20253; }
span { border-color: rgb(210,2,83); }
td.TdClassName
{
border-color: #D20253;
}
.TagClassName
{
border-color: #D20253;
}
</style>