Shades of Razzmatazz #D8094D
Tints of Razzmatazz #D8094D
RGB
CMYK
RGB Variations
Color information
#D8094D (or 0xD8094D) is known color: Razzmatazz. HEX triplet: D8, 09 and 4D. RGB value is (216,9,77). Sum of RGB (Red+Green+Blue) = 216+9+77=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D8094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8094D is #27F6B2. Grayscale: #4E4E4E. Windows color (decimal): -2619059 or 5048792. OLE color: 5048792.
HSL color Cylindrical-coordinate representation of color #D8094D: hue angle of 340.29º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8094D is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.15 |
| HSL | 340.29º | 0.92% | 0.44% | - |
| HSV(B) | 340.29º | 0.96% | 0.85% | - |
| XYZ | 29.76 | 15.33 | 8.41 | - |
| YUV | 78.65 | 127.08 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 77 | 0 | 0.96 | 0.64 | 0.15 | 340.29 | 0.92 | 0.44 |
| Hex | D8 | 9 | 4D | 0 | 60 | 40 | F | 154 | 5C | 2C |
| Octal | 330 | 11 | 115 | 0 | 140 | 100 | 17 | 524 | 134 | 54 |
| Binary | 11011000 | 1001 | 1001101 | 0 | 1100000 | 1000000 | 1111 | 101010100 | 1011100 | 101100 |
Color Harmonies of #D8094D
Complementary color
Monochromatic Colors of #D8094D
Black with #D8094D
Text Example
Text Example
White with #D8094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8094D; }
p { color: rgb(216,9,77); }
H1.HeaderClassName
{
color: #D8094D;
}
.AnyTagClassName
{
color: #D8094D;
}
</style>
background-color css
<style>
a { background-color: #D8094D; }
a { background-color: rgb(216,9,77); }
div.DivClassName
{
background-color: #D8094D;
}
.BgClassName
{
background-color: #D8094D;
}
</style>
border-color css
<style>
span { border-color: #D8094D; }
span { border-color: rgb(216,9,77); }
td.TdClassName
{
border-color: #D8094D;
}
.TagClassName
{
border-color: #D8094D;
}
</style>