Shades of Razzmatazz #D80163
Tints of Razzmatazz #D80163
RGB
CMYK
RGB Variations
Color information
#D80163 (or 0xD80163) is known color: Razzmatazz. HEX triplet: D8, 01 and 63. RGB value is (216,1,99). Sum of RGB (Red+Green+Blue) = 216+1+99=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D80163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80163 is #27FE9C. Grayscale: #4C4C4C. Windows color (decimal): -2621085 or 6488536. OLE color: 6488536.
HSL color Cylindrical-coordinate representation of color #D80163: hue angle of 332.65º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80163 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 99 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.15 |
| HSL | 332.65º | 0.99% | 0.43% | - |
| HSV(B) | 332.65º | 1% | 0.85% | - |
| XYZ | 30.58 | 15.52 | 13.19 | - |
| YUV | 76.46 | 140.73 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 99 | 0 | 1.00 | 0.54 | 0.15 | 332.65 | 0.99 | 0.43 |
| Hex | D8 | 1 | 63 | 0 | 64 | 36 | F | 14D | 63 | 2B |
| Octal | 330 | 1 | 143 | 0 | 144 | 66 | 17 | 515 | 143 | 53 |
| Binary | 11011000 | 1 | 1100011 | 0 | 1100100 | 110110 | 1111 | 101001101 | 1100011 | 101011 |
Color Harmonies of #D80163
Complementary color
Monochromatic Colors of #D80163
Black with #D80163
Text Example
Text Example
White with #D80163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80163; }
p { color: rgb(216,1,99); }
H1.HeaderClassName
{
color: #D80163;
}
.AnyTagClassName
{
color: #D80163;
}
</style>
background-color css
<style>
a { background-color: #D80163; }
a { background-color: rgb(216,1,99); }
div.DivClassName
{
background-color: #D80163;
}
.BgClassName
{
background-color: #D80163;
}
</style>
border-color css
<style>
span { border-color: #D80163; }
span { border-color: rgb(216,1,99); }
td.TdClassName
{
border-color: #D80163;
}
.TagClassName
{
border-color: #D80163;
}
</style>