Shades of Razzmatazz #D9084D
Tints of Razzmatazz #D9084D
RGB
CMYK
RGB Variations
Color information
#D9084D (or 0xD9084D) is known color: Razzmatazz. HEX triplet: D9, 08 and 4D. RGB value is (217,8,77). Sum of RGB (Red+Green+Blue) = 217+8+77=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D9084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9084D is #26F7B2. Grayscale: #4E4E4E. Windows color (decimal): -2553779 or 5048537. OLE color: 5048537.
HSL color Cylindrical-coordinate representation of color #D9084D: hue angle of 340.19º 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 #D9084D is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.15 |
| HSL | 340.19º | 0.93% | 0.44% | - |
| HSV(B) | 340.19º | 0.96% | 0.85% | - |
| XYZ | 30.04 | 15.46 | 8.42 | - |
| YUV | 78.36 | 127.24 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 77 | 0 | 0.96 | 0.65 | 0.15 | 340.19 | 0.93 | 0.44 |
| Hex | D9 | 8 | 4D | 0 | 60 | 41 | F | 154 | 5D | 2C |
| Octal | 331 | 10 | 115 | 0 | 140 | 101 | 17 | 524 | 135 | 54 |
| Binary | 11011001 | 1000 | 1001101 | 0 | 1100000 | 1000001 | 1111 | 101010100 | 1011101 | 101100 |
Color Harmonies of #D9084D
Complementary color
Monochromatic Colors of #D9084D
Black with #D9084D
Text Example
Text Example
White with #D9084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9084D; }
p { color: rgb(217,8,77); }
H1.HeaderClassName
{
color: #D9084D;
}
.AnyTagClassName
{
color: #D9084D;
}
</style>
background-color css
<style>
a { background-color: #D9084D; }
a { background-color: rgb(217,8,77); }
div.DivClassName
{
background-color: #D9084D;
}
.BgClassName
{
background-color: #D9084D;
}
</style>
border-color css
<style>
span { border-color: #D9084D; }
span { border-color: rgb(217,8,77); }
td.TdClassName
{
border-color: #D9084D;
}
.TagClassName
{
border-color: #D9084D;
}
</style>