Shades of Spicy Pink #DD22B4
Tints of Spicy Pink #DD22B4
RGB
CMYK
RGB Variations
Color information
#DD22B4 (or 0xDD22B4) is known color: Spicy Pink. HEX triplet: DD, 22 and B4. RGB value is (221,34,180). Sum of RGB (Red+Green+Blue) = 221+34+180=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22B4 is #22DD4B. Grayscale: #6A6A6A. Windows color (decimal): -2284876 or 11805405. OLE color: 11805405.
HSL color Cylindrical-coordinate representation of color #DD22B4: hue angle of 313.16º 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 #DD22B4 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 180 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.13 |
| HSL | 313.16º | 0.73% | 0.5% | - |
| HSV(B) | 313.16º | 0.85% | 0.87% | - |
| XYZ | 38.63 | 19.81 | 44.97 | - |
| YUV | 106.56 | 169.45 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 180 | 0 | 0.85 | 0.19 | 0.13 | 313.16 | 0.73 | 0.5 |
| Hex | DD | 22 | B4 | 0 | 55 | 13 | D | 139 | 49 | 32 |
| Octal | 335 | 42 | 264 | 0 | 125 | 23 | 15 | 471 | 111 | 62 |
| Binary | 11011101 | 100010 | 10110100 | 0 | 1010101 | 10011 | 1101 | 100111001 | 1001001 | 110010 |
Color Harmonies of #DD22B4
Complementary color
Monochromatic Colors of #DD22B4
Black with #DD22B4
Text Example
Text Example
White with #DD22B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22B4; }
p { color: rgb(221,34,180); }
H1.HeaderClassName
{
color: #DD22B4;
}
.AnyTagClassName
{
color: #DD22B4;
}
</style>
background-color css
<style>
a { background-color: #DD22B4; }
a { background-color: rgb(221,34,180); }
div.DivClassName
{
background-color: #DD22B4;
}
.BgClassName
{
background-color: #DD22B4;
}
</style>
border-color css
<style>
span { border-color: #DD22B4; }
span { border-color: rgb(221,34,180); }
td.TdClassName
{
border-color: #DD22B4;
}
.TagClassName
{
border-color: #DD22B4;
}
</style>