Shades of Razzmatazz #D80955
Tints of Razzmatazz #D80955
RGB
CMYK
RGB Variations
Color information
#D80955 (or 0xD80955) is known color: Razzmatazz. HEX triplet: D8, 09 and 55. RGB value is (216,9,85). Sum of RGB (Red+Green+Blue) = 216+9+85=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D80955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80955 is #27F6AA. Grayscale: #4F4F4F. Windows color (decimal): -2619051 or 5573080. OLE color: 5573080.
HSL color Cylindrical-coordinate representation of color #D80955: hue angle of 337.97º 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 #D80955 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.15 |
| HSL | 337.97º | 0.92% | 0.44% | - |
| HSV(B) | 337.97º | 0.96% | 0.85% | - |
| XYZ | 30.06 | 15.45 | 9.99 | - |
| YUV | 79.56 | 131.08 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 85 | 0 | 0.96 | 0.61 | 0.15 | 337.97 | 0.92 | 0.44 |
| Hex | D8 | 9 | 55 | 0 | 60 | 3D | F | 152 | 5C | 2C |
| Octal | 330 | 11 | 125 | 0 | 140 | 75 | 17 | 522 | 134 | 54 |
| Binary | 11011000 | 1001 | 1010101 | 0 | 1100000 | 111101 | 1111 | 101010010 | 1011100 | 101100 |
Color Harmonies of #D80955
Complementary color
Monochromatic Colors of #D80955
Black with #D80955
Text Example
Text Example
White with #D80955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80955; }
p { color: rgb(216,9,85); }
H1.HeaderClassName
{
color: #D80955;
}
.AnyTagClassName
{
color: #D80955;
}
</style>
background-color css
<style>
a { background-color: #D80955; }
a { background-color: rgb(216,9,85); }
div.DivClassName
{
background-color: #D80955;
}
.BgClassName
{
background-color: #D80955;
}
</style>
border-color css
<style>
span { border-color: #D80955; }
span { border-color: rgb(216,9,85); }
td.TdClassName
{
border-color: #D80955;
}
.TagClassName
{
border-color: #D80955;
}
</style>