Shades of Razzmatazz #DD0A50
Tints of Razzmatazz #DD0A50
RGB
CMYK
RGB Variations
Color information
#DD0A50 (or 0xDD0A50) is known color: Razzmatazz. HEX triplet: DD, 0A and 50. RGB value is (221,10,80). Sum of RGB (Red+Green+Blue) = 221+10+80=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0A50 is #22F5AF. Grayscale: #515151. Windows color (decimal): -2291120 or 5245661. OLE color: 5245661.
HSL color Cylindrical-coordinate representation of color #DD0A50: hue angle of 340.09º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0A50 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 80 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.13 |
| HSL | 340.09º | 0.91% | 0.45% | - |
| HSV(B) | 340.09º | 0.95% | 0.87% | - |
| XYZ | 31.38 | 16.17 | 9.06 | - |
| YUV | 81.07 | 127.4 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 80 | 0 | 0.95 | 0.64 | 0.13 | 340.09 | 0.91 | 0.45 |
| Hex | DD | A | 50 | 0 | 5F | 40 | D | 154 | 5B | 2D |
| Octal | 335 | 12 | 120 | 0 | 137 | 100 | 15 | 524 | 133 | 55 |
| Binary | 11011101 | 1010 | 1010000 | 0 | 1011111 | 1000000 | 1101 | 101010100 | 1011011 | 101101 |
Color Harmonies of #DD0A50
Complementary color
Monochromatic Colors of #DD0A50
Black with #DD0A50
Text Example
Text Example
White with #DD0A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A50; }
p { color: rgb(221,10,80); }
H1.HeaderClassName
{
color: #DD0A50;
}
.AnyTagClassName
{
color: #DD0A50;
}
</style>
background-color css
<style>
a { background-color: #DD0A50; }
a { background-color: rgb(221,10,80); }
div.DivClassName
{
background-color: #DD0A50;
}
.BgClassName
{
background-color: #DD0A50;
}
</style>
border-color css
<style>
span { border-color: #DD0A50; }
span { border-color: rgb(221,10,80); }
td.TdClassName
{
border-color: #DD0A50;
}
.TagClassName
{
border-color: #DD0A50;
}
</style>