Shades of Razzmatazz #DD045A
Tints of Razzmatazz #DD045A
RGB
CMYK
RGB Variations
Color information
#DD045A (or 0xDD045A) is known color: Razzmatazz. HEX triplet: DD, 04 and 5A. RGB value is (221,4,90). Sum of RGB (Red+Green+Blue) = 221+4+90=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD045A is #22FBA5. Grayscale: #4E4E4E. Windows color (decimal): -2292646 or 5899485. OLE color: 5899485.
HSL color Cylindrical-coordinate representation of color #DD045A: hue angle of 336.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD045A is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.13 |
| HSL | 336.22º | 0.96% | 0.44% | - |
| HSV(B) | 336.22º | 0.98% | 0.87% | - |
| XYZ | 31.71 | 16.2 | 11.13 | - |
| YUV | 78.69 | 134.39 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 90 | 0 | 0.98 | 0.59 | 0.13 | 336.22 | 0.96 | 0.44 |
| Hex | DD | 4 | 5A | 0 | 62 | 3B | D | 150 | 60 | 2C |
| Octal | 335 | 4 | 132 | 0 | 142 | 73 | 15 | 520 | 140 | 54 |
| Binary | 11011101 | 100 | 1011010 | 0 | 1100010 | 111011 | 1101 | 101010000 | 1100000 | 101100 |
Color Harmonies of #DD045A
Complementary color
Monochromatic Colors of #DD045A
Black with #DD045A
Text Example
Text Example
White with #DD045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD045A; }
p { color: rgb(221,4,90); }
H1.HeaderClassName
{
color: #DD045A;
}
.AnyTagClassName
{
color: #DD045A;
}
</style>
background-color css
<style>
a { background-color: #DD045A; }
a { background-color: rgb(221,4,90); }
div.DivClassName
{
background-color: #DD045A;
}
.BgClassName
{
background-color: #DD045A;
}
</style>
border-color css
<style>
span { border-color: #DD045A; }
span { border-color: rgb(221,4,90); }
td.TdClassName
{
border-color: #DD045A;
}
.TagClassName
{
border-color: #DD045A;
}
</style>