Shades of Razzmatazz #D80250
Tints of Razzmatazz #D80250
RGB
CMYK
RGB Variations
Color information
#D80250 (or 0xD80250) is known color: Razzmatazz. HEX triplet: D8, 02 and 50. RGB value is (216,2,80). Sum of RGB (Red+Green+Blue) = 216+2+80=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D80250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80250 is #27FDAF. Grayscale: #4A4A4A. Windows color (decimal): -2620848 or 5243608. OLE color: 5243608.
HSL color Cylindrical-coordinate representation of color #D80250: hue angle of 338.13º 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 #D80250 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.15 |
| HSL | 338.13º | 0.98% | 0.43% | - |
| HSV(B) | 338.13º | 0.99% | 0.85% | - |
| XYZ | 29.79 | 15.22 | 8.96 | - |
| YUV | 74.88 | 130.9 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 80 | 0 | 0.99 | 0.63 | 0.15 | 338.13 | 0.98 | 0.43 |
| Hex | D8 | 2 | 50 | 0 | 63 | 3F | F | 152 | 62 | 2B |
| Octal | 330 | 2 | 120 | 0 | 143 | 77 | 17 | 522 | 142 | 53 |
| Binary | 11011000 | 10 | 1010000 | 0 | 1100011 | 111111 | 1111 | 101010010 | 1100010 | 101011 |
Color Harmonies of #D80250
Complementary color
Monochromatic Colors of #D80250
Black with #D80250
Text Example
Text Example
White with #D80250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80250; }
p { color: rgb(216,2,80); }
H1.HeaderClassName
{
color: #D80250;
}
.AnyTagClassName
{
color: #D80250;
}
</style>
background-color css
<style>
a { background-color: #D80250; }
a { background-color: rgb(216,2,80); }
div.DivClassName
{
background-color: #D80250;
}
.BgClassName
{
background-color: #D80250;
}
</style>
border-color css
<style>
span { border-color: #D80250; }
span { border-color: rgb(216,2,80); }
td.TdClassName
{
border-color: #D80250;
}
.TagClassName
{
border-color: #D80250;
}
</style>