Shades of Razzmatazz #D80755
Tints of Razzmatazz #D80755
RGB
CMYK
RGB Variations
Color information
#D80755 (or 0xD80755) is known color: Razzmatazz. HEX triplet: D8, 07 and 55. RGB value is (216,7,85). Sum of RGB (Red+Green+Blue) = 216+7+85=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D80755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80755 is #27F8AA. Grayscale: #4E4E4E. Windows color (decimal): -2619563 or 5572568. OLE color: 5572568.
HSL color Cylindrical-coordinate representation of color #D80755: hue angle of 337.61º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80755 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 85 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.15 |
| HSL | 337.61º | 0.94% | 0.44% | - |
| HSV(B) | 337.61º | 0.97% | 0.85% | - |
| XYZ | 30.03 | 15.41 | 9.99 | - |
| YUV | 78.38 | 131.74 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 85 | 0 | 0.97 | 0.61 | 0.15 | 337.61 | 0.94 | 0.44 |
| Hex | D8 | 7 | 55 | 0 | 61 | 3D | F | 152 | 5E | 2C |
| Octal | 330 | 7 | 125 | 0 | 141 | 75 | 17 | 522 | 136 | 54 |
| Binary | 11011000 | 111 | 1010101 | 0 | 1100001 | 111101 | 1111 | 101010010 | 1011110 | 101100 |
Color Harmonies of #D80755
Complementary color
Monochromatic Colors of #D80755
Black with #D80755
Text Example
Text Example
White with #D80755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80755; }
p { color: rgb(216,7,85); }
H1.HeaderClassName
{
color: #D80755;
}
.AnyTagClassName
{
color: #D80755;
}
</style>
background-color css
<style>
a { background-color: #D80755; }
a { background-color: rgb(216,7,85); }
div.DivClassName
{
background-color: #D80755;
}
.BgClassName
{
background-color: #D80755;
}
</style>
border-color css
<style>
span { border-color: #D80755; }
span { border-color: rgb(216,7,85); }
td.TdClassName
{
border-color: #D80755;
}
.TagClassName
{
border-color: #D80755;
}
</style>