Shades of Razzmatazz #DD0A51
Tints of Razzmatazz #DD0A51
RGB
CMYK
RGB Variations
Color information
#DD0A51 (or 0xDD0A51) is known color: Razzmatazz. HEX triplet: DD, 0A and 51. RGB value is (221,10,81). Sum of RGB (Red+Green+Blue) = 221+10+81=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0A51 is #22F5AE. Grayscale: #515151. Windows color (decimal): -2291119 or 5311197. OLE color: 5311197.
HSL color Cylindrical-coordinate representation of color #DD0A51: hue angle of 339.81º 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 #DD0A51 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 81 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.13 |
| HSL | 339.81º | 0.91% | 0.45% | - |
| HSV(B) | 339.81º | 0.95% | 0.87% | - |
| XYZ | 31.41 | 16.18 | 9.25 | - |
| YUV | 81.18 | 127.9 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 81 | 0 | 0.95 | 0.63 | 0.13 | 339.81 | 0.91 | 0.45 |
| Hex | DD | A | 51 | 0 | 5F | 3F | D | 154 | 5B | 2D |
| Octal | 335 | 12 | 121 | 0 | 137 | 77 | 15 | 524 | 133 | 55 |
| Binary | 11011101 | 1010 | 1010001 | 0 | 1011111 | 111111 | 1101 | 101010100 | 1011011 | 101101 |
Color Harmonies of #DD0A51
Complementary color
Monochromatic Colors of #DD0A51
Black with #DD0A51
Text Example
Text Example
White with #DD0A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A51; }
p { color: rgb(221,10,81); }
H1.HeaderClassName
{
color: #DD0A51;
}
.AnyTagClassName
{
color: #DD0A51;
}
</style>
background-color css
<style>
a { background-color: #DD0A51; }
a { background-color: rgb(221,10,81); }
div.DivClassName
{
background-color: #DD0A51;
}
.BgClassName
{
background-color: #DD0A51;
}
</style>
border-color css
<style>
span { border-color: #DD0A51; }
span { border-color: rgb(221,10,81); }
td.TdClassName
{
border-color: #DD0A51;
}
.TagClassName
{
border-color: #DD0A51;
}
</style>