Shades of Razzmatazz #DD055A
Tints of Razzmatazz #DD055A
RGB
CMYK
RGB Variations
Color information
#DD055A (or 0xDD055A) is known color: Razzmatazz. HEX triplet: DD, 05 and 5A. RGB value is (221,5,90). Sum of RGB (Red+Green+Blue) = 221+5+90=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD055A is #22FAA5. Grayscale: #4F4F4F. Windows color (decimal): -2292390 or 5899741. OLE color: 5899741.
HSL color Cylindrical-coordinate representation of color #DD055A: hue angle of 336.39º 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 #DD055A is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 90 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.13 |
| HSL | 336.39º | 0.96% | 0.44% | - |
| HSV(B) | 336.39º | 0.98% | 0.87% | - |
| XYZ | 31.72 | 16.22 | 11.13 | - |
| YUV | 79.27 | 134.06 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 90 | 0 | 0.98 | 0.59 | 0.13 | 336.39 | 0.96 | 0.44 |
| Hex | DD | 5 | 5A | 0 | 62 | 3B | D | 150 | 60 | 2C |
| Octal | 335 | 5 | 132 | 0 | 142 | 73 | 15 | 520 | 140 | 54 |
| Binary | 11011101 | 101 | 1011010 | 0 | 1100010 | 111011 | 1101 | 101010000 | 1100000 | 101100 |
Color Harmonies of #DD055A
Complementary color
Monochromatic Colors of #DD055A
Black with #DD055A
Text Example
Text Example
White with #DD055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD055A; }
p { color: rgb(221,5,90); }
H1.HeaderClassName
{
color: #DD055A;
}
.AnyTagClassName
{
color: #DD055A;
}
</style>
background-color css
<style>
a { background-color: #DD055A; }
a { background-color: rgb(221,5,90); }
div.DivClassName
{
background-color: #DD055A;
}
.BgClassName
{
background-color: #DD055A;
}
</style>
border-color css
<style>
span { border-color: #DD055A; }
span { border-color: rgb(221,5,90); }
td.TdClassName
{
border-color: #DD055A;
}
.TagClassName
{
border-color: #DD055A;
}
</style>