Shades of Razzmatazz #DD0A58
Tints of Razzmatazz #DD0A58
RGB
CMYK
RGB Variations
Color information
#DD0A58 (or 0xDD0A58) is known color: Razzmatazz. HEX triplet: DD, 0A and 58. RGB value is (221,10,88). Sum of RGB (Red+Green+Blue) = 221+10+88=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0A58 is #22F5A7. Grayscale: #515151. Windows color (decimal): -2291112 or 5769949. OLE color: 5769949.
HSL color Cylindrical-coordinate representation of color #DD0A58: hue angle of 337.82º 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 #DD0A58 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 88 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.13 |
| HSL | 337.82º | 0.91% | 0.45% | - |
| HSV(B) | 337.82º | 0.95% | 0.87% | - |
| XYZ | 31.69 | 16.29 | 10.71 | - |
| YUV | 81.98 | 131.4 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 88 | 0 | 0.95 | 0.60 | 0.13 | 337.82 | 0.91 | 0.45 |
| Hex | DD | A | 58 | 0 | 5F | 3C | D | 152 | 5B | 2D |
| Octal | 335 | 12 | 130 | 0 | 137 | 74 | 15 | 522 | 133 | 55 |
| Binary | 11011101 | 1010 | 1011000 | 0 | 1011111 | 111100 | 1101 | 101010010 | 1011011 | 101101 |
Color Harmonies of #DD0A58
Complementary color
Monochromatic Colors of #DD0A58
Black with #DD0A58
Text Example
Text Example
White with #DD0A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A58; }
p { color: rgb(221,10,88); }
H1.HeaderClassName
{
color: #DD0A58;
}
.AnyTagClassName
{
color: #DD0A58;
}
</style>
background-color css
<style>
a { background-color: #DD0A58; }
a { background-color: rgb(221,10,88); }
div.DivClassName
{
background-color: #DD0A58;
}
.BgClassName
{
background-color: #DD0A58;
}
</style>
border-color css
<style>
span { border-color: #DD0A58; }
span { border-color: rgb(221,10,88); }
td.TdClassName
{
border-color: #DD0A58;
}
.TagClassName
{
border-color: #DD0A58;
}
</style>