Shades of Razzmatazz #D80659
Tints of Razzmatazz #D80659
RGB
CMYK
RGB Variations
Color information
#D80659 (or 0xD80659) is known color: Razzmatazz. HEX triplet: D8, 06 and 59. RGB value is (216,6,89). Sum of RGB (Red+Green+Blue) = 216+6+89=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D80659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80659 is #27F9A6. Grayscale: #4E4E4E. Windows color (decimal): -2619815 or 5834456. OLE color: 5834456.
HSL color Cylindrical-coordinate representation of color #D80659: hue angle of 336.29º degrees, saturation: 0.95, 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 #D80659 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.15 |
| HSL | 336.29º | 0.95% | 0.44% | - |
| HSV(B) | 336.29º | 0.97% | 0.85% | - |
| XYZ | 30.19 | 15.45 | 10.84 | - |
| YUV | 78.25 | 134.07 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 89 | 0 | 0.97 | 0.59 | 0.15 | 336.29 | 0.95 | 0.44 |
| Hex | D8 | 6 | 59 | 0 | 61 | 3B | F | 150 | 5F | 2C |
| Octal | 330 | 6 | 131 | 0 | 141 | 73 | 17 | 520 | 137 | 54 |
| Binary | 11011000 | 110 | 1011001 | 0 | 1100001 | 111011 | 1111 | 101010000 | 1011111 | 101100 |
Color Harmonies of #D80659
Complementary color
Monochromatic Colors of #D80659
Black with #D80659
Text Example
Text Example
White with #D80659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80659; }
p { color: rgb(216,6,89); }
H1.HeaderClassName
{
color: #D80659;
}
.AnyTagClassName
{
color: #D80659;
}
</style>
background-color css
<style>
a { background-color: #D80659; }
a { background-color: rgb(216,6,89); }
div.DivClassName
{
background-color: #D80659;
}
.BgClassName
{
background-color: #D80659;
}
</style>
border-color css
<style>
span { border-color: #D80659; }
span { border-color: rgb(216,6,89); }
td.TdClassName
{
border-color: #D80659;
}
.TagClassName
{
border-color: #D80659;
}
</style>