Shades of Razzmatazz #D8084E
Tints of Razzmatazz #D8084E
RGB
CMYK
RGB Variations
Color information
#D8084E (or 0xD8084E) is known color: Razzmatazz. HEX triplet: D8, 08 and 4E. RGB value is (216,8,78). Sum of RGB (Red+Green+Blue) = 216+8+78=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D8084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8084E is #27F7B1. Grayscale: #4E4E4E. Windows color (decimal): -2619314 or 5114072. OLE color: 5114072.
HSL color Cylindrical-coordinate representation of color #D8084E: hue angle of 339.81º degrees, saturation: 0.93, 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 #D8084E is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 78 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.15 |
| HSL | 339.81º | 0.93% | 0.44% | - |
| HSV(B) | 339.81º | 0.96% | 0.85% | - |
| XYZ | 29.78 | 15.32 | 8.6 | - |
| YUV | 78.17 | 127.91 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 78 | 0 | 0.96 | 0.64 | 0.15 | 339.81 | 0.93 | 0.44 |
| Hex | D8 | 8 | 4E | 0 | 60 | 40 | F | 154 | 5D | 2C |
| Octal | 330 | 10 | 116 | 0 | 140 | 100 | 17 | 524 | 135 | 54 |
| Binary | 11011000 | 1000 | 1001110 | 0 | 1100000 | 1000000 | 1111 | 101010100 | 1011101 | 101100 |
Color Harmonies of #D8084E
Complementary color
Monochromatic Colors of #D8084E
Black with #D8084E
Text Example
Text Example
White with #D8084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8084E; }
p { color: rgb(216,8,78); }
H1.HeaderClassName
{
color: #D8084E;
}
.AnyTagClassName
{
color: #D8084E;
}
</style>
background-color css
<style>
a { background-color: #D8084E; }
a { background-color: rgb(216,8,78); }
div.DivClassName
{
background-color: #D8084E;
}
.BgClassName
{
background-color: #D8084E;
}
</style>
border-color css
<style>
span { border-color: #D8084E; }
span { border-color: rgb(216,8,78); }
td.TdClassName
{
border-color: #D8084E;
}
.TagClassName
{
border-color: #D8084E;
}
</style>