Shades of Razzmatazz #DD0A54
Tints of Razzmatazz #DD0A54
RGB
CMYK
RGB Variations
Color information
#DD0A54 (or 0xDD0A54) is known color: Razzmatazz. HEX triplet: DD, 0A and 54. RGB value is (221,10,84). Sum of RGB (Red+Green+Blue) = 221+10+84=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0A54 is #22F5AB. Grayscale: #515151. Windows color (decimal): -2291116 or 5507805. OLE color: 5507805.
HSL color Cylindrical-coordinate representation of color #DD0A54: hue angle of 338.96º 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 #DD0A54 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 84 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.13 |
| HSL | 338.96º | 0.91% | 0.45% | - |
| HSV(B) | 338.96º | 0.95% | 0.87% | - |
| XYZ | 31.53 | 16.23 | 9.86 | - |
| YUV | 81.53 | 129.4 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 84 | 0 | 0.95 | 0.62 | 0.13 | 338.96 | 0.91 | 0.45 |
| Hex | DD | A | 54 | 0 | 5F | 3E | D | 153 | 5B | 2D |
| Octal | 335 | 12 | 124 | 0 | 137 | 76 | 15 | 523 | 133 | 55 |
| Binary | 11011101 | 1010 | 1010100 | 0 | 1011111 | 111110 | 1101 | 101010011 | 1011011 | 101101 |
Color Harmonies of #DD0A54
Complementary color
Monochromatic Colors of #DD0A54
Black with #DD0A54
Text Example
Text Example
White with #DD0A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A54; }
p { color: rgb(221,10,84); }
H1.HeaderClassName
{
color: #DD0A54;
}
.AnyTagClassName
{
color: #DD0A54;
}
</style>
background-color css
<style>
a { background-color: #DD0A54; }
a { background-color: rgb(221,10,84); }
div.DivClassName
{
background-color: #DD0A54;
}
.BgClassName
{
background-color: #DD0A54;
}
</style>
border-color css
<style>
span { border-color: #DD0A54; }
span { border-color: rgb(221,10,84); }
td.TdClassName
{
border-color: #DD0A54;
}
.TagClassName
{
border-color: #DD0A54;
}
</style>