Shades of Razzmatazz #D20353
Tints of Razzmatazz #D20353
RGB
CMYK
RGB Variations
Color information
#D20353 (or 0xD20353) is known color: Razzmatazz. HEX triplet: D2, 03 and 53. RGB value is (210,3,83). Sum of RGB (Red+Green+Blue) = 210+3+83=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D20353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20353 is #2DFCAC. Grayscale: #494949. Windows color (decimal): -3013805 or 5440466. OLE color: 5440466.
HSL color Cylindrical-coordinate representation of color #D20353: hue angle of 336.81º 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 #D20353 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.18 |
| HSL | 336.81º | 0.97% | 0.42% | - |
| HSV(B) | 336.81º | 0.99% | 0.82% | - |
| XYZ | 28.17 | 14.39 | 9.48 | - |
| YUV | 74.01 | 133.08 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 83 | 0 | 0.99 | 0.60 | 0.18 | 336.81 | 0.97 | 0.42 |
| Hex | D2 | 3 | 53 | 0 | 63 | 3C | 12 | 151 | 61 | 2A |
| Octal | 322 | 3 | 123 | 0 | 143 | 74 | 22 | 521 | 141 | 52 |
| Binary | 11010010 | 11 | 1010011 | 0 | 1100011 | 111100 | 10010 | 101010001 | 1100001 | 101010 |
Color Harmonies of #D20353
Complementary color
Monochromatic Colors of #D20353
Black with #D20353
Text Example
Text Example
White with #D20353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20353; }
p { color: rgb(210,3,83); }
H1.HeaderClassName
{
color: #D20353;
}
.AnyTagClassName
{
color: #D20353;
}
</style>
background-color css
<style>
a { background-color: #D20353; }
a { background-color: rgb(210,3,83); }
div.DivClassName
{
background-color: #D20353;
}
.BgClassName
{
background-color: #D20353;
}
</style>
border-color css
<style>
span { border-color: #D20353; }
span { border-color: rgb(210,3,83); }
td.TdClassName
{
border-color: #D20353;
}
.TagClassName
{
border-color: #D20353;
}
</style>