Shades of Razzmatazz #D80255
Tints of Razzmatazz #D80255
RGB
CMYK
RGB Variations
Color information
#D80255 (or 0xD80255) is known color: Razzmatazz. HEX triplet: D8, 02 and 55. RGB value is (216,2,85). Sum of RGB (Red+Green+Blue) = 216+2+85=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D80255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80255 is #27FDAA. Grayscale: #4B4B4B. Windows color (decimal): -2620843 or 5571288. OLE color: 5571288.
HSL color Cylindrical-coordinate representation of color #D80255: hue angle of 336.73º 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 #D80255 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.15 |
| HSL | 336.73º | 0.98% | 0.43% | - |
| HSV(B) | 336.73º | 0.99% | 0.85% | - |
| XYZ | 29.98 | 15.3 | 9.97 | - |
| YUV | 75.45 | 133.4 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 85 | 0 | 0.99 | 0.61 | 0.15 | 336.73 | 0.98 | 0.43 |
| Hex | D8 | 2 | 55 | 0 | 63 | 3D | F | 151 | 62 | 2B |
| Octal | 330 | 2 | 125 | 0 | 143 | 75 | 17 | 521 | 142 | 53 |
| Binary | 11011000 | 10 | 1010101 | 0 | 1100011 | 111101 | 1111 | 101010001 | 1100010 | 101011 |
Color Harmonies of #D80255
Complementary color
Monochromatic Colors of #D80255
Black with #D80255
Text Example
Text Example
White with #D80255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80255; }
p { color: rgb(216,2,85); }
H1.HeaderClassName
{
color: #D80255;
}
.AnyTagClassName
{
color: #D80255;
}
</style>
background-color css
<style>
a { background-color: #D80255; }
a { background-color: rgb(216,2,85); }
div.DivClassName
{
background-color: #D80255;
}
.BgClassName
{
background-color: #D80255;
}
</style>
border-color css
<style>
span { border-color: #D80255; }
span { border-color: rgb(216,2,85); }
td.TdClassName
{
border-color: #D80255;
}
.TagClassName
{
border-color: #D80255;
}
</style>