Shades of Razzmatazz #D80064
Tints of Razzmatazz #D80064
RGB
CMYK
RGB Variations
Color information
#D80064 (or 0xD80064) is known color: Razzmatazz. HEX triplet: D8, 00 and 64. RGB value is (216,0,100). Sum of RGB (Red+Green+Blue) = 216+0+100=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D80064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80064 is #27FF9B. Grayscale: #4B4B4B. Windows color (decimal): -2621340 or 6553816. OLE color: 6553816.
HSL color Cylindrical-coordinate representation of color #D80064: hue angle of 332.22º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80064 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.54 | 0.15 |
| HSL | 332.22º | 1% | 0.42% | - |
| HSV(B) | 332.22º | 1% | 0.85% | - |
| XYZ | 30.62 | 15.52 | 13.44 | - |
| YUV | 75.98 | 141.56 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 100 | 0 | 1 | 0.54 | 0.15 | 332.22 | 1 | 0.42 |
| Hex | D8 | 0 | 64 | 0 | 64 | 36 | F | 14C | 64 | 2A |
| Octal | 330 | 0 | 144 | 0 | 144 | 66 | 17 | 514 | 144 | 52 |
| Binary | 11011000 | 0 | 1100100 | 0 | 1100100 | 110110 | 1111 | 101001100 | 1100100 | 101010 |
Color Harmonies of #D80064
Complementary color
Monochromatic Colors of #D80064
Black with #D80064
Text Example
Text Example
White with #D80064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80064; }
p { color: rgb(216,0,100); }
H1.HeaderClassName
{
color: #D80064;
}
.AnyTagClassName
{
color: #D80064;
}
</style>
background-color css
<style>
a { background-color: #D80064; }
a { background-color: rgb(216,0,100); }
div.DivClassName
{
background-color: #D80064;
}
.BgClassName
{
background-color: #D80064;
}
</style>
border-color css
<style>
span { border-color: #D80064; }
span { border-color: rgb(216,0,100); }
td.TdClassName
{
border-color: #D80064;
}
.TagClassName
{
border-color: #D80064;
}
</style>