Shades of Razzmatazz #D2004E
Tints of Razzmatazz #D2004E
RGB
CMYK
RGB Variations
Color information
#D2004E (or 0xD2004E) is known color: Razzmatazz. HEX triplet: D2, 00 and 4E. RGB value is (210,0,78). Sum of RGB (Red+Green+Blue) = 210+0+78=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D2004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2004E is #2DFFB1. Grayscale: #474747. Windows color (decimal): -3014578 or 5112018. OLE color: 5112018.
HSL color Cylindrical-coordinate representation of color #D2004E: hue angle of 337.71º 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 #D2004E is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.63 | 0.18 |
| HSL | 337.71º | 1% | 0.41% | - |
| HSV(B) | 337.71º | 1% | 0.82% | - |
| XYZ | 27.95 | 14.25 | 8.49 | - |
| YUV | 71.68 | 131.57 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 78 | 0 | 1 | 0.63 | 0.18 | 337.71 | 1 | 0.41 |
| Hex | D2 | 0 | 4E | 0 | 64 | 3F | 12 | 152 | 64 | 29 |
| Octal | 322 | 0 | 116 | 0 | 144 | 77 | 22 | 522 | 144 | 51 |
| Binary | 11010010 | 0 | 1001110 | 0 | 1100100 | 111111 | 10010 | 101010010 | 1100100 | 101001 |
Color Harmonies of #D2004E
Complementary color
Monochromatic Colors of #D2004E
Black with #D2004E
Text Example
Text Example
White with #D2004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2004E; }
p { color: rgb(210,0,78); }
H1.HeaderClassName
{
color: #D2004E;
}
.AnyTagClassName
{
color: #D2004E;
}
</style>
background-color css
<style>
a { background-color: #D2004E; }
a { background-color: rgb(210,0,78); }
div.DivClassName
{
background-color: #D2004E;
}
.BgClassName
{
background-color: #D2004E;
}
</style>
border-color css
<style>
span { border-color: #D2004E; }
span { border-color: rgb(210,0,78); }
td.TdClassName
{
border-color: #D2004E;
}
.TagClassName
{
border-color: #D2004E;
}
</style>