Shades of Razzmatazz #D80265
Tints of Razzmatazz #D80265
RGB
CMYK
RGB Variations
Color information
#D80265 (or 0xD80265) is known color: Razzmatazz. HEX triplet: D8, 02 and 65. RGB value is (216,2,101). Sum of RGB (Red+Green+Blue) = 216+2+101=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D80265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80265 is #27FD9A. Grayscale: #4D4D4D. Windows color (decimal): -2620827 or 6619864. OLE color: 6619864.
HSL color Cylindrical-coordinate representation of color #D80265: hue angle of 332.24º 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 #D80265 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.15 |
| HSL | 332.24º | 0.98% | 0.43% | - |
| HSV(B) | 332.24º | 0.99% | 0.85% | - |
| XYZ | 30.69 | 15.58 | 13.7 | - |
| YUV | 77.27 | 141.4 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 101 | 0 | 0.99 | 0.53 | 0.15 | 332.24 | 0.98 | 0.43 |
| Hex | D8 | 2 | 65 | 0 | 63 | 35 | F | 14C | 62 | 2B |
| Octal | 330 | 2 | 145 | 0 | 143 | 65 | 17 | 514 | 142 | 53 |
| Binary | 11011000 | 10 | 1100101 | 0 | 1100011 | 110101 | 1111 | 101001100 | 1100010 | 101011 |
Color Harmonies of #D80265
Complementary color
Monochromatic Colors of #D80265
Black with #D80265
Text Example
Text Example
White with #D80265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80265; }
p { color: rgb(216,2,101); }
H1.HeaderClassName
{
color: #D80265;
}
.AnyTagClassName
{
color: #D80265;
}
</style>
background-color css
<style>
a { background-color: #D80265; }
a { background-color: rgb(216,2,101); }
div.DivClassName
{
background-color: #D80265;
}
.BgClassName
{
background-color: #D80265;
}
</style>
border-color css
<style>
span { border-color: #D80265; }
span { border-color: rgb(216,2,101); }
td.TdClassName
{
border-color: #D80265;
}
.TagClassName
{
border-color: #D80265;
}
</style>