Shades of Razzmatazz #D80264
Tints of Razzmatazz #D80264
RGB
CMYK
RGB Variations
Color information
#D80264 (or 0xD80264) is known color: Razzmatazz. HEX triplet: D8, 02 and 64. RGB value is (216,2,100). Sum of RGB (Red+Green+Blue) = 216+2+100=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D80264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80264 is #27FD9B. Grayscale: #4C4C4C. Windows color (decimal): -2620828 or 6554328. OLE color: 6554328.
HSL color Cylindrical-coordinate representation of color #D80264: hue angle of 332.52º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80264 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.15 |
| HSL | 332.52º | 0.98% | 0.43% | - |
| HSV(B) | 332.52º | 0.99% | 0.85% | - |
| XYZ | 30.64 | 15.56 | 13.45 | - |
| YUV | 77.16 | 140.9 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 100 | 0 | 0.99 | 0.54 | 0.15 | 332.52 | 0.98 | 0.43 |
| Hex | D8 | 2 | 64 | 0 | 63 | 36 | F | 14D | 62 | 2B |
| Octal | 330 | 2 | 144 | 0 | 143 | 66 | 17 | 515 | 142 | 53 |
| Binary | 11011000 | 10 | 1100100 | 0 | 1100011 | 110110 | 1111 | 101001101 | 1100010 | 101011 |
Color Harmonies of #D80264
Complementary color
Monochromatic Colors of #D80264
Black with #D80264
Text Example
Text Example
White with #D80264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80264; }
p { color: rgb(216,2,100); }
H1.HeaderClassName
{
color: #D80264;
}
.AnyTagClassName
{
color: #D80264;
}
</style>
background-color css
<style>
a { background-color: #D80264; }
a { background-color: rgb(216,2,100); }
div.DivClassName
{
background-color: #D80264;
}
.BgClassName
{
background-color: #D80264;
}
</style>
border-color css
<style>
span { border-color: #D80264; }
span { border-color: rgb(216,2,100); }
td.TdClassName
{
border-color: #D80264;
}
.TagClassName
{
border-color: #D80264;
}
</style>