Shades of Razzmatazz #D20258
Tints of Razzmatazz #D20258
RGB
CMYK
RGB Variations
Color information
#D20258 (or 0xD20258) is known color: Razzmatazz. HEX triplet: D2, 02 and 58. RGB value is (210,2,88). Sum of RGB (Red+Green+Blue) = 210+2+88=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D20258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20258 is #2DFDA7. Grayscale: #494949. Windows color (decimal): -3014056 or 5767890. OLE color: 5767890.
HSL color Cylindrical-coordinate representation of color #D20258: hue angle of 335.19º 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 #D20258 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.18 |
| HSL | 335.19º | 0.98% | 0.42% | - |
| HSV(B) | 335.19º | 0.99% | 0.82% | - |
| XYZ | 28.36 | 14.45 | 10.53 | - |
| YUV | 74 | 135.91 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 88 | 0 | 0.99 | 0.58 | 0.18 | 335.19 | 0.98 | 0.42 |
| Hex | D2 | 2 | 58 | 0 | 63 | 3A | 12 | 14F | 62 | 2A |
| Octal | 322 | 2 | 130 | 0 | 143 | 72 | 22 | 517 | 142 | 52 |
| Binary | 11010010 | 10 | 1011000 | 0 | 1100011 | 111010 | 10010 | 101001111 | 1100010 | 101010 |
Color Harmonies of #D20258
Complementary color
Monochromatic Colors of #D20258
Black with #D20258
Text Example
Text Example
White with #D20258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20258; }
p { color: rgb(210,2,88); }
H1.HeaderClassName
{
color: #D20258;
}
.AnyTagClassName
{
color: #D20258;
}
</style>
background-color css
<style>
a { background-color: #D20258; }
a { background-color: rgb(210,2,88); }
div.DivClassName
{
background-color: #D20258;
}
.BgClassName
{
background-color: #D20258;
}
</style>
border-color css
<style>
span { border-color: #D20258; }
span { border-color: rgb(210,2,88); }
td.TdClassName
{
border-color: #D20258;
}
.TagClassName
{
border-color: #D20258;
}
</style>