Shades of Razzmatazz #D00050
Tints of Razzmatazz #D00050
RGB
CMYK
RGB Variations
Color information
#D00050 (or 0xD00050) is known color: Razzmatazz. HEX triplet: D0, 00 and 50. RGB value is (208,0,80). Sum of RGB (Red+Green+Blue) = 208+0+80=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D00050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00050 is #2FFFAF. Grayscale: #474747. Windows color (decimal): -3145648 or 5243088. OLE color: 5243088.
HSL color Cylindrical-coordinate representation of color #D00050: hue angle of 336.92º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00050 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.62 | 0.18 |
| HSL | 336.92º | 1% | 0.41% | - |
| HSV(B) | 336.92º | 1% | 0.82% | - |
| XYZ | 27.46 | 13.99 | 8.84 | - |
| YUV | 71.31 | 132.91 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 80 | 0 | 1 | 0.62 | 0.18 | 336.92 | 1 | 0.41 |
| Hex | D0 | 0 | 50 | 0 | 64 | 3E | 12 | 151 | 64 | 29 |
| Octal | 320 | 0 | 120 | 0 | 144 | 76 | 22 | 521 | 144 | 51 |
| Binary | 11010000 | 0 | 1010000 | 0 | 1100100 | 111110 | 10010 | 101010001 | 1100100 | 101001 |
Color Harmonies of #D00050
Complementary color
Monochromatic Colors of #D00050
Black with #D00050
Text Example
Text Example
White with #D00050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00050; }
p { color: rgb(208,0,80); }
H1.HeaderClassName
{
color: #D00050;
}
.AnyTagClassName
{
color: #D00050;
}
</style>
background-color css
<style>
a { background-color: #D00050; }
a { background-color: rgb(208,0,80); }
div.DivClassName
{
background-color: #D00050;
}
.BgClassName
{
background-color: #D00050;
}
</style>
border-color css
<style>
span { border-color: #D00050; }
span { border-color: rgb(208,0,80); }
td.TdClassName
{
border-color: #D00050;
}
.TagClassName
{
border-color: #D00050;
}
</style>