Shades of Razzmatazz #D80663
Tints of Razzmatazz #D80663
RGB
CMYK
RGB Variations
Color information
#D80663 (or 0xD80663) is known color: Razzmatazz. HEX triplet: D8, 06 and 63. RGB value is (216,6,99). Sum of RGB (Red+Green+Blue) = 216+6+99=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D80663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80663 is #27F99C. Grayscale: #4F4F4F. Windows color (decimal): -2619805 or 6489816. OLE color: 6489816.
HSL color Cylindrical-coordinate representation of color #D80663: hue angle of 333.43º 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 #D80663 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 99 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.15 |
| HSL | 333.43º | 0.95% | 0.44% | - |
| HSV(B) | 333.43º | 0.97% | 0.85% | - |
| XYZ | 30.64 | 15.63 | 13.21 | - |
| YUV | 79.39 | 139.07 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 99 | 0 | 0.97 | 0.54 | 0.15 | 333.43 | 0.95 | 0.44 |
| Hex | D8 | 6 | 63 | 0 | 61 | 36 | F | 14D | 5F | 2C |
| Octal | 330 | 6 | 143 | 0 | 141 | 66 | 17 | 515 | 137 | 54 |
| Binary | 11011000 | 110 | 1100011 | 0 | 1100001 | 110110 | 1111 | 101001101 | 1011111 | 101100 |
Color Harmonies of #D80663
Complementary color
Monochromatic Colors of #D80663
Black with #D80663
Text Example
Text Example
White with #D80663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80663; }
p { color: rgb(216,6,99); }
H1.HeaderClassName
{
color: #D80663;
}
.AnyTagClassName
{
color: #D80663;
}
</style>
background-color css
<style>
a { background-color: #D80663; }
a { background-color: rgb(216,6,99); }
div.DivClassName
{
background-color: #D80663;
}
.BgClassName
{
background-color: #D80663;
}
</style>
border-color css
<style>
span { border-color: #D80663; }
span { border-color: rgb(216,6,99); }
td.TdClassName
{
border-color: #D80663;
}
.TagClassName
{
border-color: #D80663;
}
</style>