Shades of Razzmatazz #D2004F
Tints of Razzmatazz #D2004F
RGB
CMYK
RGB Variations
Color information
#D2004F (or 0xD2004F) is known color: Razzmatazz. HEX triplet: D2, 00 and 4F. RGB value is (210,0,79). Sum of RGB (Red+Green+Blue) = 210+0+79=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D2004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2004F is #2DFFB0. Grayscale: #474747. Windows color (decimal): -3014577 or 5177554. OLE color: 5177554.
HSL color Cylindrical-coordinate representation of color #D2004F: hue angle of 337.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2004F is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.62 | 0.18 |
| HSL | 337.43º | 1% | 0.41% | - |
| HSV(B) | 337.43º | 1% | 0.82% | - |
| XYZ | 27.99 | 14.27 | 8.68 | - |
| YUV | 71.8 | 132.07 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 79 | 0 | 1 | 0.62 | 0.18 | 337.43 | 1 | 0.41 |
| Hex | D2 | 0 | 4F | 0 | 64 | 3E | 12 | 151 | 64 | 29 |
| Octal | 322 | 0 | 117 | 0 | 144 | 76 | 22 | 521 | 144 | 51 |
| Binary | 11010010 | 0 | 1001111 | 0 | 1100100 | 111110 | 10010 | 101010001 | 1100100 | 101001 |
Color Harmonies of #D2004F
Complementary color
Monochromatic Colors of #D2004F
Black with #D2004F
Text Example
Text Example
White with #D2004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2004F; }
p { color: rgb(210,0,79); }
H1.HeaderClassName
{
color: #D2004F;
}
.AnyTagClassName
{
color: #D2004F;
}
</style>
background-color css
<style>
a { background-color: #D2004F; }
a { background-color: rgb(210,0,79); }
div.DivClassName
{
background-color: #D2004F;
}
.BgClassName
{
background-color: #D2004F;
}
</style>
border-color css
<style>
span { border-color: #D2004F; }
span { border-color: rgb(210,0,79); }
td.TdClassName
{
border-color: #D2004F;
}
.TagClassName
{
border-color: #D2004F;
}
</style>