Shades of Razzmatazz #D2034E
Tints of Razzmatazz #D2034E
RGB
CMYK
RGB Variations
Color information
#D2034E (or 0xD2034E) is known color: Razzmatazz. HEX triplet: D2, 03 and 4E. RGB value is (210,3,78). Sum of RGB (Red+Green+Blue) = 210+3+78=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D2034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2034E is #2DFCB1. Grayscale: #494949. Windows color (decimal): -3013810 or 5112786. OLE color: 5112786.
HSL color Cylindrical-coordinate representation of color #D2034E: hue angle of 338.26º 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 #D2034E is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.18 |
| HSL | 338.26º | 0.97% | 0.42% | - |
| HSV(B) | 338.26º | 0.99% | 0.82% | - |
| XYZ | 27.99 | 14.32 | 8.5 | - |
| YUV | 73.44 | 130.58 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 78 | 0 | 0.99 | 0.63 | 0.18 | 338.26 | 0.97 | 0.42 |
| Hex | D2 | 3 | 4E | 0 | 63 | 3F | 12 | 152 | 61 | 2A |
| Octal | 322 | 3 | 116 | 0 | 143 | 77 | 22 | 522 | 141 | 52 |
| Binary | 11010010 | 11 | 1001110 | 0 | 1100011 | 111111 | 10010 | 101010010 | 1100001 | 101010 |
Color Harmonies of #D2034E
Complementary color
Monochromatic Colors of #D2034E
Black with #D2034E
Text Example
Text Example
White with #D2034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2034E; }
p { color: rgb(210,3,78); }
H1.HeaderClassName
{
color: #D2034E;
}
.AnyTagClassName
{
color: #D2034E;
}
</style>
background-color css
<style>
a { background-color: #D2034E; }
a { background-color: rgb(210,3,78); }
div.DivClassName
{
background-color: #D2034E;
}
.BgClassName
{
background-color: #D2034E;
}
</style>
border-color css
<style>
span { border-color: #D2034E; }
span { border-color: rgb(210,3,78); }
td.TdClassName
{
border-color: #D2034E;
}
.TagClassName
{
border-color: #D2034E;
}
</style>