Shades of Razzmatazz #D2034F
Tints of Razzmatazz #D2034F
RGB
CMYK
RGB Variations
Color information
#D2034F (or 0xD2034F) is known color: Razzmatazz. HEX triplet: D2, 03 and 4F. RGB value is (210,3,79). Sum of RGB (Red+Green+Blue) = 210+3+79=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2034F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2034F is #2DFCB0. Grayscale: #494949. Windows color (decimal): -3013809 or 5178322. OLE color: 5178322.
HSL color Cylindrical-coordinate representation of color #D2034F: hue angle of 337.97º 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 #D2034F is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 79 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.18 |
| HSL | 337.97º | 0.97% | 0.42% | - |
| HSV(B) | 337.97º | 0.99% | 0.82% | - |
| XYZ | 28.02 | 14.33 | 8.69 | - |
| YUV | 73.56 | 131.08 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 79 | 0 | 0.99 | 0.62 | 0.18 | 337.97 | 0.97 | 0.42 |
| Hex | D2 | 3 | 4F | 0 | 63 | 3E | 12 | 152 | 61 | 2A |
| Octal | 322 | 3 | 117 | 0 | 143 | 76 | 22 | 522 | 141 | 52 |
| Binary | 11010010 | 11 | 1001111 | 0 | 1100011 | 111110 | 10010 | 101010010 | 1100001 | 101010 |
Color Harmonies of #D2034F
Complementary color
Monochromatic Colors of #D2034F
Black with #D2034F
Text Example
Text Example
White with #D2034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2034F; }
p { color: rgb(210,3,79); }
H1.HeaderClassName
{
color: #D2034F;
}
.AnyTagClassName
{
color: #D2034F;
}
</style>
background-color css
<style>
a { background-color: #D2034F; }
a { background-color: rgb(210,3,79); }
div.DivClassName
{
background-color: #D2034F;
}
.BgClassName
{
background-color: #D2034F;
}
</style>
border-color css
<style>
span { border-color: #D2034F; }
span { border-color: rgb(210,3,79); }
td.TdClassName
{
border-color: #D2034F;
}
.TagClassName
{
border-color: #D2034F;
}
</style>