Shades of Razzmatazz #D20262
Tints of Razzmatazz #D20262
RGB
CMYK
RGB Variations
Color information
#D20262 (or 0xD20262) is known color: Razzmatazz. HEX triplet: D2, 02 and 62. RGB value is (210,2,98). Sum of RGB (Red+Green+Blue) = 210+2+98=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D20262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20262 is #2DFD9D. Grayscale: #4A4A4A. Windows color (decimal): -3014046 or 6423250. OLE color: 6423250.
HSL color Cylindrical-coordinate representation of color #D20262: hue angle of 332.31º 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 #D20262 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.18 |
| HSL | 332.31º | 0.98% | 0.42% | - |
| HSV(B) | 332.31º | 0.99% | 0.82% | - |
| XYZ | 28.8 | 14.63 | 12.86 | - |
| YUV | 75.14 | 140.91 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 98 | 0 | 0.99 | 0.53 | 0.18 | 332.31 | 0.98 | 0.42 |
| Hex | D2 | 2 | 62 | 0 | 63 | 35 | 12 | 14C | 62 | 2A |
| Octal | 322 | 2 | 142 | 0 | 143 | 65 | 22 | 514 | 142 | 52 |
| Binary | 11010010 | 10 | 1100010 | 0 | 1100011 | 110101 | 10010 | 101001100 | 1100010 | 101010 |
Color Harmonies of #D20262
Complementary color
Monochromatic Colors of #D20262
Black with #D20262
Text Example
Text Example
White with #D20262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20262; }
p { color: rgb(210,2,98); }
H1.HeaderClassName
{
color: #D20262;
}
.AnyTagClassName
{
color: #D20262;
}
</style>
background-color css
<style>
a { background-color: #D20262; }
a { background-color: rgb(210,2,98); }
div.DivClassName
{
background-color: #D20262;
}
.BgClassName
{
background-color: #D20262;
}
</style>
border-color css
<style>
span { border-color: #D20262; }
span { border-color: rgb(210,2,98); }
td.TdClassName
{
border-color: #D20262;
}
.TagClassName
{
border-color: #D20262;
}
</style>