Shades of Razzmatazz #D80355
Tints of Razzmatazz #D80355
RGB
CMYK
RGB Variations
Color information
#D80355 (or 0xD80355) is known color: Razzmatazz. HEX triplet: D8, 03 and 55. RGB value is (216,3,85). Sum of RGB (Red+Green+Blue) = 216+3+85=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D80355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80355 is #27FCAA. Grayscale: #4B4B4B. Windows color (decimal): -2620587 or 5571544. OLE color: 5571544.
HSL color Cylindrical-coordinate representation of color #D80355: hue angle of 336.9º degrees, saturation: 0.97, 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 #D80355 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.15 |
| HSL | 336.9º | 0.97% | 0.43% | - |
| HSV(B) | 336.9º | 0.99% | 0.85% | - |
| XYZ | 29.99 | 15.32 | 9.97 | - |
| YUV | 76.04 | 133.07 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 85 | 0 | 0.99 | 0.61 | 0.15 | 336.9 | 0.97 | 0.43 |
| Hex | D8 | 3 | 55 | 0 | 63 | 3D | F | 151 | 61 | 2B |
| Octal | 330 | 3 | 125 | 0 | 143 | 75 | 17 | 521 | 141 | 53 |
| Binary | 11011000 | 11 | 1010101 | 0 | 1100011 | 111101 | 1111 | 101010001 | 1100001 | 101011 |
Color Harmonies of #D80355
Complementary color
Monochromatic Colors of #D80355
Black with #D80355
Text Example
Text Example
White with #D80355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80355; }
p { color: rgb(216,3,85); }
H1.HeaderClassName
{
color: #D80355;
}
.AnyTagClassName
{
color: #D80355;
}
</style>
background-color css
<style>
a { background-color: #D80355; }
a { background-color: rgb(216,3,85); }
div.DivClassName
{
background-color: #D80355;
}
.BgClassName
{
background-color: #D80355;
}
</style>
border-color css
<style>
span { border-color: #D80355; }
span { border-color: rgb(216,3,85); }
td.TdClassName
{
border-color: #D80355;
}
.TagClassName
{
border-color: #D80355;
}
</style>