Shades of Razzmatazz #DD0C59
Tints of Razzmatazz #DD0C59
RGB
CMYK
RGB Variations
Color information
#DD0C59 (or 0xDD0C59) is known color: Razzmatazz. HEX triplet: DD, 0C and 59. RGB value is (221,12,89). Sum of RGB (Red+Green+Blue) = 221+12+89=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C59 is #22F3A6. Grayscale: #535353. Windows color (decimal): -2290599 or 5835997. OLE color: 5835997.
HSL color Cylindrical-coordinate representation of color #DD0C59: hue angle of 337.89º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0C59 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 89 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.13 |
| HSL | 337.89º | 0.9% | 0.46% | - |
| HSV(B) | 337.89º | 0.95% | 0.87% | - |
| XYZ | 31.75 | 16.36 | 10.93 | - |
| YUV | 83.27 | 131.24 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 89 | 0 | 0.95 | 0.60 | 0.13 | 337.89 | 0.9 | 0.46 |
| Hex | DD | C | 59 | 0 | 5F | 3C | D | 152 | 5A | 2E |
| Octal | 335 | 14 | 131 | 0 | 137 | 74 | 15 | 522 | 132 | 56 |
| Binary | 11011101 | 1100 | 1011001 | 0 | 1011111 | 111100 | 1101 | 101010010 | 1011010 | 101110 |
Color Harmonies of #DD0C59
Complementary color
Monochromatic Colors of #DD0C59
Black with #DD0C59
Text Example
Text Example
White with #DD0C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C59; }
p { color: rgb(221,12,89); }
H1.HeaderClassName
{
color: #DD0C59;
}
.AnyTagClassName
{
color: #DD0C59;
}
</style>
background-color css
<style>
a { background-color: #DD0C59; }
a { background-color: rgb(221,12,89); }
div.DivClassName
{
background-color: #DD0C59;
}
.BgClassName
{
background-color: #DD0C59;
}
</style>
border-color css
<style>
span { border-color: #DD0C59; }
span { border-color: rgb(221,12,89); }
td.TdClassName
{
border-color: #DD0C59;
}
.TagClassName
{
border-color: #DD0C59;
}
</style>