Shades of Razzmatazz #D80155
Tints of Razzmatazz #D80155
RGB
CMYK
RGB Variations
Color information
#D80155 (or 0xD80155) is known color: Razzmatazz. HEX triplet: D8, 01 and 55. RGB value is (216,1,85). Sum of RGB (Red+Green+Blue) = 216+1+85=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D80155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80155 is #27FEAA. Grayscale: #4A4A4A. Windows color (decimal): -2621099 or 5571032. OLE color: 5571032.
HSL color Cylindrical-coordinate representation of color #D80155: hue angle of 336.56º 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 #D80155 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.15 |
| HSL | 336.56º | 0.99% | 0.43% | - |
| HSV(B) | 336.56º | 1% | 0.85% | - |
| XYZ | 29.97 | 15.28 | 9.96 | - |
| YUV | 74.86 | 133.73 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 85 | 0 | 1.00 | 0.61 | 0.15 | 336.56 | 0.99 | 0.43 |
| Hex | D8 | 1 | 55 | 0 | 64 | 3D | F | 151 | 63 | 2B |
| Octal | 330 | 1 | 125 | 0 | 144 | 75 | 17 | 521 | 143 | 53 |
| Binary | 11011000 | 1 | 1010101 | 0 | 1100100 | 111101 | 1111 | 101010001 | 1100011 | 101011 |
Color Harmonies of #D80155
Complementary color
Monochromatic Colors of #D80155
Black with #D80155
Text Example
Text Example
White with #D80155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80155; }
p { color: rgb(216,1,85); }
H1.HeaderClassName
{
color: #D80155;
}
.AnyTagClassName
{
color: #D80155;
}
</style>
background-color css
<style>
a { background-color: #D80155; }
a { background-color: rgb(216,1,85); }
div.DivClassName
{
background-color: #D80155;
}
.BgClassName
{
background-color: #D80155;
}
</style>
border-color css
<style>
span { border-color: #D80155; }
span { border-color: rgb(216,1,85); }
td.TdClassName
{
border-color: #D80155;
}
.TagClassName
{
border-color: #D80155;
}
</style>