Shades of Razzmatazz #D80464
Tints of Razzmatazz #D80464
RGB
CMYK
RGB Variations
Color information
#D80464 (or 0xD80464) is known color: Razzmatazz. HEX triplet: D8, 04 and 64. RGB value is (216,4,100). Sum of RGB (Red+Green+Blue) = 216+4+100=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D80464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80464 is #27FB9B. Grayscale: #4E4E4E. Windows color (decimal): -2620316 or 6554840. OLE color: 6554840.
HSL color Cylindrical-coordinate representation of color #D80464: hue angle of 332.83º degrees, saturation: 0.96, 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 #D80464 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.15 |
| HSL | 332.83º | 0.96% | 0.43% | - |
| HSV(B) | 332.83º | 0.98% | 0.85% | - |
| XYZ | 30.66 | 15.61 | 13.45 | - |
| YUV | 78.33 | 140.24 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 100 | 0 | 0.98 | 0.54 | 0.15 | 332.83 | 0.96 | 0.43 |
| Hex | D8 | 4 | 64 | 0 | 62 | 36 | F | 14D | 60 | 2B |
| Octal | 330 | 4 | 144 | 0 | 142 | 66 | 17 | 515 | 140 | 53 |
| Binary | 11011000 | 100 | 1100100 | 0 | 1100010 | 110110 | 1111 | 101001101 | 1100000 | 101011 |
Color Harmonies of #D80464
Complementary color
Monochromatic Colors of #D80464
Black with #D80464
Text Example
Text Example
White with #D80464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80464; }
p { color: rgb(216,4,100); }
H1.HeaderClassName
{
color: #D80464;
}
.AnyTagClassName
{
color: #D80464;
}
</style>
background-color css
<style>
a { background-color: #D80464; }
a { background-color: rgb(216,4,100); }
div.DivClassName
{
background-color: #D80464;
}
.BgClassName
{
background-color: #D80464;
}
</style>
border-color css
<style>
span { border-color: #D80464; }
span { border-color: rgb(216,4,100); }
td.TdClassName
{
border-color: #D80464;
}
.TagClassName
{
border-color: #D80464;
}
</style>