Shades of Razzmatazz #D9084C
Tints of Razzmatazz #D9084C
RGB
CMYK
RGB Variations
Color information
#D9084C (or 0xD9084C) is known color: Razzmatazz. HEX triplet: D9, 08 and 4C. RGB value is (217,8,76). Sum of RGB (Red+Green+Blue) = 217+8+76=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9084C is #26F7B3. Grayscale: #4E4E4E. Windows color (decimal): -2553780 or 4983001. OLE color: 4983001.
HSL color Cylindrical-coordinate representation of color #D9084C: hue angle of 340.48º 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 #D9084C is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 76 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.15 |
| HSL | 340.48º | 0.93% | 0.44% | - |
| HSV(B) | 340.48º | 0.96% | 0.85% | - |
| XYZ | 30.01 | 15.45 | 8.24 | - |
| YUV | 78.24 | 126.74 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 76 | 0 | 0.96 | 0.65 | 0.15 | 340.48 | 0.93 | 0.44 |
| Hex | D9 | 8 | 4C | 0 | 60 | 41 | F | 154 | 5D | 2C |
| Octal | 331 | 10 | 114 | 0 | 140 | 101 | 17 | 524 | 135 | 54 |
| Binary | 11011001 | 1000 | 1001100 | 0 | 1100000 | 1000001 | 1111 | 101010100 | 1011101 | 101100 |
Color Harmonies of #D9084C
Complementary color
Monochromatic Colors of #D9084C
Black with #D9084C
Text Example
Text Example
White with #D9084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9084C; }
p { color: rgb(217,8,76); }
H1.HeaderClassName
{
color: #D9084C;
}
.AnyTagClassName
{
color: #D9084C;
}
</style>
background-color css
<style>
a { background-color: #D9084C; }
a { background-color: rgb(217,8,76); }
div.DivClassName
{
background-color: #D9084C;
}
.BgClassName
{
background-color: #D9084C;
}
</style>
border-color css
<style>
span { border-color: #D9084C; }
span { border-color: rgb(217,8,76); }
td.TdClassName
{
border-color: #D9084C;
}
.TagClassName
{
border-color: #D9084C;
}
</style>