Shades of Razzmatazz #D9084E
Tints of Razzmatazz #D9084E
RGB
CMYK
RGB Variations
Color information
#D9084E (or 0xD9084E) is known color: Razzmatazz. HEX triplet: D9, 08 and 4E. RGB value is (217,8,78). Sum of RGB (Red+Green+Blue) = 217+8+78=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D9084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9084E is #26F7B1. Grayscale: #4E4E4E. Windows color (decimal): -2553778 or 5114073. OLE color: 5114073.
HSL color Cylindrical-coordinate representation of color #D9084E: hue angle of 339.9º 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 #D9084E is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 78 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.15 |
| HSL | 339.9º | 0.93% | 0.44% | - |
| HSV(B) | 339.9º | 0.96% | 0.85% | - |
| XYZ | 30.08 | 15.48 | 8.61 | - |
| YUV | 78.47 | 127.74 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 78 | 0 | 0.96 | 0.64 | 0.15 | 339.9 | 0.93 | 0.44 |
| Hex | D9 | 8 | 4E | 0 | 60 | 40 | F | 154 | 5D | 2C |
| Octal | 331 | 10 | 116 | 0 | 140 | 100 | 17 | 524 | 135 | 54 |
| Binary | 11011001 | 1000 | 1001110 | 0 | 1100000 | 1000000 | 1111 | 101010100 | 1011101 | 101100 |
Color Harmonies of #D9084E
Complementary color
Monochromatic Colors of #D9084E
Black with #D9084E
Text Example
Text Example
White with #D9084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9084E; }
p { color: rgb(217,8,78); }
H1.HeaderClassName
{
color: #D9084E;
}
.AnyTagClassName
{
color: #D9084E;
}
</style>
background-color css
<style>
a { background-color: #D9084E; }
a { background-color: rgb(217,8,78); }
div.DivClassName
{
background-color: #D9084E;
}
.BgClassName
{
background-color: #D9084E;
}
</style>
border-color css
<style>
span { border-color: #D9084E; }
span { border-color: rgb(217,8,78); }
td.TdClassName
{
border-color: #D9084E;
}
.TagClassName
{
border-color: #D9084E;
}
</style>