Shades of Razzmatazz #D80951
Tints of Razzmatazz #D80951
RGB
CMYK
RGB Variations
Color information
#D80951 (or 0xD80951) is known color: Razzmatazz. HEX triplet: D8, 09 and 51. RGB value is (216,9,81). Sum of RGB (Red+Green+Blue) = 216+9+81=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D80951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80951 is #27F6AE. Grayscale: #4F4F4F. Windows color (decimal): -2619055 or 5310936. OLE color: 5310936.
HSL color Cylindrical-coordinate representation of color #D80951: hue angle of 339.13º 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 #D80951 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 81 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.15 |
| HSL | 339.13º | 0.92% | 0.44% | - |
| HSV(B) | 339.13º | 0.96% | 0.85% | - |
| XYZ | 29.9 | 15.39 | 9.18 | - |
| YUV | 79.1 | 129.08 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 81 | 0 | 0.96 | 0.62 | 0.15 | 339.13 | 0.92 | 0.44 |
| Hex | D8 | 9 | 51 | 0 | 60 | 3E | F | 153 | 5C | 2C |
| Octal | 330 | 11 | 121 | 0 | 140 | 76 | 17 | 523 | 134 | 54 |
| Binary | 11011000 | 1001 | 1010001 | 0 | 1100000 | 111110 | 1111 | 101010011 | 1011100 | 101100 |
Color Harmonies of #D80951
Complementary color
Monochromatic Colors of #D80951
Black with #D80951
Text Example
Text Example
White with #D80951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80951; }
p { color: rgb(216,9,81); }
H1.HeaderClassName
{
color: #D80951;
}
.AnyTagClassName
{
color: #D80951;
}
</style>
background-color css
<style>
a { background-color: #D80951; }
a { background-color: rgb(216,9,81); }
div.DivClassName
{
background-color: #D80951;
}
.BgClassName
{
background-color: #D80951;
}
</style>
border-color css
<style>
span { border-color: #D80951; }
span { border-color: rgb(216,9,81); }
td.TdClassName
{
border-color: #D80951;
}
.TagClassName
{
border-color: #D80951;
}
</style>