Shades of Razzmatazz #D80259
Tints of Razzmatazz #D80259
RGB
CMYK
RGB Variations
Color information
#D80259 (or 0xD80259) is known color: Razzmatazz. HEX triplet: D8, 02 and 59. RGB value is (216,2,89). Sum of RGB (Red+Green+Blue) = 216+2+89=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D80259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80259 is #27FDA6. Grayscale: #4B4B4B. Windows color (decimal): -2620839 or 5833432. OLE color: 5833432.
HSL color Cylindrical-coordinate representation of color #D80259: hue angle of 335.61º 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 #D80259 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.15 |
| HSL | 335.61º | 0.98% | 0.43% | - |
| HSV(B) | 335.61º | 0.99% | 0.85% | - |
| XYZ | 30.14 | 15.36 | 10.83 | - |
| YUV | 75.9 | 135.4 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 89 | 0 | 0.99 | 0.59 | 0.15 | 335.61 | 0.98 | 0.43 |
| Hex | D8 | 2 | 59 | 0 | 63 | 3B | F | 150 | 62 | 2B |
| Octal | 330 | 2 | 131 | 0 | 143 | 73 | 17 | 520 | 142 | 53 |
| Binary | 11011000 | 10 | 1011001 | 0 | 1100011 | 111011 | 1111 | 101010000 | 1100010 | 101011 |
Color Harmonies of #D80259
Complementary color
Monochromatic Colors of #D80259
Black with #D80259
Text Example
Text Example
White with #D80259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80259; }
p { color: rgb(216,2,89); }
H1.HeaderClassName
{
color: #D80259;
}
.AnyTagClassName
{
color: #D80259;
}
</style>
background-color css
<style>
a { background-color: #D80259; }
a { background-color: rgb(216,2,89); }
div.DivClassName
{
background-color: #D80259;
}
.BgClassName
{
background-color: #D80259;
}
</style>
border-color css
<style>
span { border-color: #D80259; }
span { border-color: rgb(216,2,89); }
td.TdClassName
{
border-color: #D80259;
}
.TagClassName
{
border-color: #D80259;
}
</style>