Shades of Spicy Pink #DD22B5
Tints of Spicy Pink #DD22B5
RGB
CMYK
RGB Variations
Color information
#DD22B5 (or 0xDD22B5) is known color: Spicy Pink. HEX triplet: DD, 22 and B5. RGB value is (221,34,181). Sum of RGB (Red+Green+Blue) = 221+34+181=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22B5 is #22DD4A. Grayscale: #6A6A6A. Windows color (decimal): -2284875 or 11870941. OLE color: 11870941.
HSL color Cylindrical-coordinate representation of color #DD22B5: hue angle of 312.83º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD22B5 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 181 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.13 |
| HSL | 312.83º | 0.73% | 0.5% | - |
| HSV(B) | 312.83º | 0.85% | 0.87% | - |
| XYZ | 38.73 | 19.85 | 45.51 | - |
| YUV | 106.67 | 169.95 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 181 | 0 | 0.85 | 0.18 | 0.13 | 312.83 | 0.73 | 0.5 |
| Hex | DD | 22 | B5 | 0 | 55 | 12 | D | 139 | 49 | 32 |
| Octal | 335 | 42 | 265 | 0 | 125 | 22 | 15 | 471 | 111 | 62 |
| Binary | 11011101 | 100010 | 10110101 | 0 | 1010101 | 10010 | 1101 | 100111001 | 1001001 | 110010 |
Color Harmonies of #DD22B5
Complementary color
Monochromatic Colors of #DD22B5
Black with #DD22B5
Text Example
Text Example
White with #DD22B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22B5; }
p { color: rgb(221,34,181); }
H1.HeaderClassName
{
color: #DD22B5;
}
.AnyTagClassName
{
color: #DD22B5;
}
</style>
background-color css
<style>
a { background-color: #DD22B5; }
a { background-color: rgb(221,34,181); }
div.DivClassName
{
background-color: #DD22B5;
}
.BgClassName
{
background-color: #DD22B5;
}
</style>
border-color css
<style>
span { border-color: #DD22B5; }
span { border-color: rgb(221,34,181); }
td.TdClassName
{
border-color: #DD22B5;
}
.TagClassName
{
border-color: #DD22B5;
}
</style>