Shades of Razzmatazz #DD0950
Tints of Razzmatazz #DD0950
RGB
CMYK
RGB Variations
Color information
#DD0950 (or 0xDD0950) is known color: Razzmatazz. HEX triplet: DD, 09 and 50. RGB value is (221,9,80). Sum of RGB (Red+Green+Blue) = 221+9+80=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0950 is #22F6AF. Grayscale: #505050. Windows color (decimal): -2291376 or 5245405. OLE color: 5245405.
HSL color Cylindrical-coordinate representation of color #DD0950: hue angle of 339.91º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0950 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 80 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.13 |
| HSL | 339.91º | 0.92% | 0.45% | - |
| HSV(B) | 339.91º | 0.96% | 0.87% | - |
| XYZ | 31.36 | 16.15 | 9.05 | - |
| YUV | 80.48 | 127.74 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 80 | 0 | 0.96 | 0.64 | 0.13 | 339.91 | 0.92 | 0.45 |
| Hex | DD | 9 | 50 | 0 | 60 | 40 | D | 154 | 5C | 2D |
| Octal | 335 | 11 | 120 | 0 | 140 | 100 | 15 | 524 | 134 | 55 |
| Binary | 11011101 | 1001 | 1010000 | 0 | 1100000 | 1000000 | 1101 | 101010100 | 1011100 | 101101 |
Color Harmonies of #DD0950
Complementary color
Monochromatic Colors of #DD0950
Black with #DD0950
Text Example
Text Example
White with #DD0950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0950; }
p { color: rgb(221,9,80); }
H1.HeaderClassName
{
color: #DD0950;
}
.AnyTagClassName
{
color: #DD0950;
}
</style>
background-color css
<style>
a { background-color: #DD0950; }
a { background-color: rgb(221,9,80); }
div.DivClassName
{
background-color: #DD0950;
}
.BgClassName
{
background-color: #DD0950;
}
</style>
border-color css
<style>
span { border-color: #DD0950; }
span { border-color: rgb(221,9,80); }
td.TdClassName
{
border-color: #DD0950;
}
.TagClassName
{
border-color: #DD0950;
}
</style>