Shades of Razzmatazz #DD0050
Tints of Razzmatazz #DD0050
RGB
CMYK
RGB Variations
Color information
#DD0050 (or 0xDD0050) is known color: Razzmatazz. HEX triplet: DD, 00 and 50. RGB value is (221,0,80). Sum of RGB (Red+Green+Blue) = 221+0+80=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0050 is #22FFAF. Grayscale: #4B4B4B. Windows color (decimal): -2293680 or 5243101. OLE color: 5243101.
HSL color Cylindrical-coordinate representation of color #DD0050: hue angle of 338.28º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0050 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.64 | 0.13 |
| HSL | 338.28º | 1% | 0.43% | - |
| HSV(B) | 338.28º | 1% | 0.87% | - |
| XYZ | 31.27 | 15.95 | 9.02 | - |
| YUV | 75.2 | 130.72 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 80 | 0 | 1 | 0.64 | 0.13 | 338.28 | 1 | 0.43 |
| Hex | DD | 0 | 50 | 0 | 64 | 40 | D | 152 | 64 | 2B |
| Octal | 335 | 0 | 120 | 0 | 144 | 100 | 15 | 522 | 144 | 53 |
| Binary | 11011101 | 0 | 1010000 | 0 | 1100100 | 1000000 | 1101 | 101010010 | 1100100 | 101011 |
Color Harmonies of #DD0050
Complementary color
Monochromatic Colors of #DD0050
Black with #DD0050
Text Example
Text Example
White with #DD0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0050; }
p { color: rgb(221,0,80); }
H1.HeaderClassName
{
color: #DD0050;
}
.AnyTagClassName
{
color: #DD0050;
}
</style>
background-color css
<style>
a { background-color: #DD0050; }
a { background-color: rgb(221,0,80); }
div.DivClassName
{
background-color: #DD0050;
}
.BgClassName
{
background-color: #DD0050;
}
</style>
border-color css
<style>
span { border-color: #DD0050; }
span { border-color: rgb(221,0,80); }
td.TdClassName
{
border-color: #DD0050;
}
.TagClassName
{
border-color: #DD0050;
}
</style>