Shades of Razzmatazz #D80956
Tints of Razzmatazz #D80956
RGB
CMYK
RGB Variations
Color information
#D80956 (or 0xD80956) is known color: Razzmatazz. HEX triplet: D8, 09 and 56. RGB value is (216,9,86). Sum of RGB (Red+Green+Blue) = 216+9+86=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D80956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80956 is #27F6A9. Grayscale: #4F4F4F. Windows color (decimal): -2619050 or 5638616. OLE color: 5638616.
HSL color Cylindrical-coordinate representation of color #D80956: hue angle of 337.68º 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 #D80956 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 86 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.15 |
| HSL | 337.68º | 0.92% | 0.44% | - |
| HSV(B) | 337.68º | 0.96% | 0.85% | - |
| XYZ | 30.1 | 15.47 | 10.2 | - |
| YUV | 79.67 | 131.58 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 86 | 0 | 0.96 | 0.60 | 0.15 | 337.68 | 0.92 | 0.44 |
| Hex | D8 | 9 | 56 | 0 | 60 | 3C | F | 152 | 5C | 2C |
| Octal | 330 | 11 | 126 | 0 | 140 | 74 | 17 | 522 | 134 | 54 |
| Binary | 11011000 | 1001 | 1010110 | 0 | 1100000 | 111100 | 1111 | 101010010 | 1011100 | 101100 |
Color Harmonies of #D80956
Complementary color
Monochromatic Colors of #D80956
Black with #D80956
Text Example
Text Example
White with #D80956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80956; }
p { color: rgb(216,9,86); }
H1.HeaderClassName
{
color: #D80956;
}
.AnyTagClassName
{
color: #D80956;
}
</style>
background-color css
<style>
a { background-color: #D80956; }
a { background-color: rgb(216,9,86); }
div.DivClassName
{
background-color: #D80956;
}
.BgClassName
{
background-color: #D80956;
}
</style>
border-color css
<style>
span { border-color: #D80956; }
span { border-color: rgb(216,9,86); }
td.TdClassName
{
border-color: #D80956;
}
.TagClassName
{
border-color: #D80956;
}
</style>