Shades of Razzmatazz #DD0A60
Tints of Razzmatazz #DD0A60
RGB
CMYK
RGB Variations
Color information
#DD0A60 (or 0xDD0A60) is known color: Razzmatazz. HEX triplet: DD, 0A and 60. RGB value is (221,10,96). Sum of RGB (Red+Green+Blue) = 221+10+96=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0A60 is #22F59F. Grayscale: #525252. Windows color (decimal): -2291104 or 6294237. OLE color: 6294237.
HSL color Cylindrical-coordinate representation of color #DD0A60: hue angle of 335.55º 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 #DD0A60 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 96 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.13 |
| HSL | 335.55º | 0.91% | 0.45% | - |
| HSV(B) | 335.55º | 0.95% | 0.87% | - |
| XYZ | 32.04 | 16.43 | 12.55 | - |
| YUV | 82.89 | 135.4 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 96 | 0 | 0.95 | 0.57 | 0.13 | 335.55 | 0.91 | 0.45 |
| Hex | DD | A | 60 | 0 | 5F | 39 | D | 150 | 5B | 2D |
| Octal | 335 | 12 | 140 | 0 | 137 | 71 | 15 | 520 | 133 | 55 |
| Binary | 11011101 | 1010 | 1100000 | 0 | 1011111 | 111001 | 1101 | 101010000 | 1011011 | 101101 |
Color Harmonies of #DD0A60
Complementary color
Monochromatic Colors of #DD0A60
Black with #DD0A60
Text Example
Text Example
White with #DD0A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A60; }
p { color: rgb(221,10,96); }
H1.HeaderClassName
{
color: #DD0A60;
}
.AnyTagClassName
{
color: #DD0A60;
}
</style>
background-color css
<style>
a { background-color: #DD0A60; }
a { background-color: rgb(221,10,96); }
div.DivClassName
{
background-color: #DD0A60;
}
.BgClassName
{
background-color: #DD0A60;
}
</style>
border-color css
<style>
span { border-color: #DD0A60; }
span { border-color: rgb(221,10,96); }
td.TdClassName
{
border-color: #DD0A60;
}
.TagClassName
{
border-color: #DD0A60;
}
</style>