Shades of Razzmatazz #D80654
Tints of Razzmatazz #D80654
RGB
CMYK
RGB Variations
Color information
#D80654 (or 0xD80654) is known color: Razzmatazz. HEX triplet: D8, 06 and 54. RGB value is (216,6,84). Sum of RGB (Red+Green+Blue) = 216+6+84=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D80654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80654 is #27F9AB. Grayscale: #4D4D4D. Windows color (decimal): -2619820 or 5506776. OLE color: 5506776.
HSL color Cylindrical-coordinate representation of color #D80654: hue angle of 337.71º 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 #D80654 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 84 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.15 |
| HSL | 337.71º | 0.95% | 0.44% | - |
| HSV(B) | 337.71º | 0.97% | 0.85% | - |
| XYZ | 29.98 | 15.37 | 9.77 | - |
| YUV | 77.68 | 131.57 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 84 | 0 | 0.97 | 0.61 | 0.15 | 337.71 | 0.95 | 0.44 |
| Hex | D8 | 6 | 54 | 0 | 61 | 3D | F | 152 | 5F | 2C |
| Octal | 330 | 6 | 124 | 0 | 141 | 75 | 17 | 522 | 137 | 54 |
| Binary | 11011000 | 110 | 1010100 | 0 | 1100001 | 111101 | 1111 | 101010010 | 1011111 | 101100 |
Color Harmonies of #D80654
Complementary color
Monochromatic Colors of #D80654
Black with #D80654
Text Example
Text Example
White with #D80654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80654; }
p { color: rgb(216,6,84); }
H1.HeaderClassName
{
color: #D80654;
}
.AnyTagClassName
{
color: #D80654;
}
</style>
background-color css
<style>
a { background-color: #D80654; }
a { background-color: rgb(216,6,84); }
div.DivClassName
{
background-color: #D80654;
}
.BgClassName
{
background-color: #D80654;
}
</style>
border-color css
<style>
span { border-color: #D80654; }
span { border-color: rgb(216,6,84); }
td.TdClassName
{
border-color: #D80654;
}
.TagClassName
{
border-color: #D80654;
}
</style>