Shades of Razzmatazz #D80565
Tints of Razzmatazz #D80565
RGB
CMYK
RGB Variations
Color information
#D80565 (or 0xD80565) is known color: Razzmatazz. HEX triplet: D8, 05 and 65. RGB value is (216,5,101). Sum of RGB (Red+Green+Blue) = 216+5+101=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D80565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80565 is #27FA9A. Grayscale: #4E4E4E. Windows color (decimal): -2620059 or 6620632. OLE color: 6620632.
HSL color Cylindrical-coordinate representation of color #D80565: hue angle of 332.7º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80565 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 101 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.15 |
| HSL | 332.7º | 0.95% | 0.43% | - |
| HSV(B) | 332.7º | 0.98% | 0.85% | - |
| XYZ | 30.72 | 15.65 | 13.71 | - |
| YUV | 79.03 | 140.4 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 101 | 0 | 0.98 | 0.53 | 0.15 | 332.7 | 0.95 | 0.43 |
| Hex | D8 | 5 | 65 | 0 | 62 | 35 | F | 14D | 5F | 2B |
| Octal | 330 | 5 | 145 | 0 | 142 | 65 | 17 | 515 | 137 | 53 |
| Binary | 11011000 | 101 | 1100101 | 0 | 1100010 | 110101 | 1111 | 101001101 | 1011111 | 101011 |
Color Harmonies of #D80565
Complementary color
Monochromatic Colors of #D80565
Black with #D80565
Text Example
Text Example
White with #D80565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80565; }
p { color: rgb(216,5,101); }
H1.HeaderClassName
{
color: #D80565;
}
.AnyTagClassName
{
color: #D80565;
}
</style>
background-color css
<style>
a { background-color: #D80565; }
a { background-color: rgb(216,5,101); }
div.DivClassName
{
background-color: #D80565;
}
.BgClassName
{
background-color: #D80565;
}
</style>
border-color css
<style>
span { border-color: #D80565; }
span { border-color: rgb(216,5,101); }
td.TdClassName
{
border-color: #D80565;
}
.TagClassName
{
border-color: #D80565;
}
</style>