Shades of Razzmatazz #D80651
Tints of Razzmatazz #D80651
RGB
CMYK
RGB Variations
Color information
#D80651 (or 0xD80651) is known color: Razzmatazz. HEX triplet: D8, 06 and 51. RGB value is (216,6,81). Sum of RGB (Red+Green+Blue) = 216+6+81=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D80651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80651 is #27F9AE. Grayscale: #4D4D4D. Windows color (decimal): -2619823 or 5310168. OLE color: 5310168.
HSL color Cylindrical-coordinate representation of color #D80651: hue angle of 338.57º 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 #D80651 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 81 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.15 |
| HSL | 338.57º | 0.95% | 0.44% | - |
| HSV(B) | 338.57º | 0.97% | 0.85% | - |
| XYZ | 29.87 | 15.32 | 9.17 | - |
| YUV | 77.34 | 130.07 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 81 | 0 | 0.97 | 0.62 | 0.15 | 338.57 | 0.95 | 0.44 |
| Hex | D8 | 6 | 51 | 0 | 61 | 3E | F | 153 | 5F | 2C |
| Octal | 330 | 6 | 121 | 0 | 141 | 76 | 17 | 523 | 137 | 54 |
| Binary | 11011000 | 110 | 1010001 | 0 | 1100001 | 111110 | 1111 | 101010011 | 1011111 | 101100 |
Color Harmonies of #D80651
Complementary color
Monochromatic Colors of #D80651
Black with #D80651
Text Example
Text Example
White with #D80651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80651; }
p { color: rgb(216,6,81); }
H1.HeaderClassName
{
color: #D80651;
}
.AnyTagClassName
{
color: #D80651;
}
</style>
background-color css
<style>
a { background-color: #D80651; }
a { background-color: rgb(216,6,81); }
div.DivClassName
{
background-color: #D80651;
}
.BgClassName
{
background-color: #D80651;
}
</style>
border-color css
<style>
span { border-color: #D80651; }
span { border-color: rgb(216,6,81); }
td.TdClassName
{
border-color: #D80651;
}
.TagClassName
{
border-color: #D80651;
}
</style>