Shades of Razzmatazz #D80851
Tints of Razzmatazz #D80851
RGB
CMYK
RGB Variations
Color information
#D80851 (or 0xD80851) is known color: Razzmatazz. HEX triplet: D8, 08 and 51. RGB value is (216,8,81). Sum of RGB (Red+Green+Blue) = 216+8+81=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D80851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80851 is #27F7AE. Grayscale: #4E4E4E. Windows color (decimal): -2619311 or 5310680. OLE color: 5310680.
HSL color Cylindrical-coordinate representation of color #D80851: hue angle of 338.94º 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 #D80851 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 81 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.15 |
| HSL | 338.94º | 0.93% | 0.44% | - |
| HSV(B) | 338.94º | 0.96% | 0.85% | - |
| XYZ | 29.89 | 15.37 | 9.18 | - |
| YUV | 78.51 | 129.41 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 81 | 0 | 0.96 | 0.62 | 0.15 | 338.94 | 0.93 | 0.44 |
| Hex | D8 | 8 | 51 | 0 | 60 | 3E | F | 153 | 5D | 2C |
| Octal | 330 | 10 | 121 | 0 | 140 | 76 | 17 | 523 | 135 | 54 |
| Binary | 11011000 | 1000 | 1010001 | 0 | 1100000 | 111110 | 1111 | 101010011 | 1011101 | 101100 |
Color Harmonies of #D80851
Complementary color
Monochromatic Colors of #D80851
Black with #D80851
Text Example
Text Example
White with #D80851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80851; }
p { color: rgb(216,8,81); }
H1.HeaderClassName
{
color: #D80851;
}
.AnyTagClassName
{
color: #D80851;
}
</style>
background-color css
<style>
a { background-color: #D80851; }
a { background-color: rgb(216,8,81); }
div.DivClassName
{
background-color: #D80851;
}
.BgClassName
{
background-color: #D80851;
}
</style>
border-color css
<style>
span { border-color: #D80851; }
span { border-color: rgb(216,8,81); }
td.TdClassName
{
border-color: #D80851;
}
.TagClassName
{
border-color: #D80851;
}
</style>