Shades of Razzmatazz #D2094D
Tints of Razzmatazz #D2094D
RGB
CMYK
RGB Variations
Color information
#D2094D (or 0xD2094D) is known color: Razzmatazz. HEX triplet: D2, 09 and 4D. RGB value is (210,9,77). Sum of RGB (Red+Green+Blue) = 210+9+77=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D2094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2094D is #2DF6B2. Grayscale: #4C4C4C. Windows color (decimal): -3012275 or 5048786. OLE color: 5048786.
HSL color Cylindrical-coordinate representation of color #D2094D: hue angle of 339.7º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2094D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.18 |
| HSL | 339.7º | 0.92% | 0.43% | - |
| HSV(B) | 339.7º | 0.96% | 0.82% | - |
| XYZ | 28.02 | 14.43 | 8.33 | - |
| YUV | 76.85 | 128.09 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 77 | 0 | 0.96 | 0.63 | 0.18 | 339.7 | 0.92 | 0.43 |
| Hex | D2 | 9 | 4D | 0 | 60 | 3F | 12 | 154 | 5C | 2B |
| Octal | 322 | 11 | 115 | 0 | 140 | 77 | 22 | 524 | 134 | 53 |
| Binary | 11010010 | 1001 | 1001101 | 0 | 1100000 | 111111 | 10010 | 101010100 | 1011100 | 101011 |
Color Harmonies of #D2094D
Complementary color
Monochromatic Colors of #D2094D
Black with #D2094D
Text Example
Text Example
White with #D2094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2094D; }
p { color: rgb(210,9,77); }
H1.HeaderClassName
{
color: #D2094D;
}
.AnyTagClassName
{
color: #D2094D;
}
</style>
background-color css
<style>
a { background-color: #D2094D; }
a { background-color: rgb(210,9,77); }
div.DivClassName
{
background-color: #D2094D;
}
.BgClassName
{
background-color: #D2094D;
}
</style>
border-color css
<style>
span { border-color: #D2094D; }
span { border-color: rgb(210,9,77); }
td.TdClassName
{
border-color: #D2094D;
}
.TagClassName
{
border-color: #D2094D;
}
</style>