Shades of Spicy Pink #DD28B9
Tints of Spicy Pink #DD28B9
RGB
CMYK
RGB Variations
Color information
#DD28B9 (or 0xDD28B9) is known color: Spicy Pink. HEX triplet: DD, 28 and B9. RGB value is (221,40,185). Sum of RGB (Red+Green+Blue) = 221+40+185=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28B9 is #22D746. Grayscale: #6E6E6E. Windows color (decimal): -2283335 or 12134621. OLE color: 12134621.
HSL color Cylindrical-coordinate representation of color #DD28B9: hue angle of 311.93º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD28B9 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 185 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.13 |
| HSL | 311.93º | 0.73% | 0.51% | - |
| HSV(B) | 311.93º | 0.82% | 0.87% | - |
| XYZ | 39.33 | 20.39 | 47.76 | - |
| YUV | 110.65 | 169.97 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 185 | 0 | 0.82 | 0.16 | 0.13 | 311.93 | 0.73 | 0.51 |
| Hex | DD | 28 | B9 | 0 | 52 | 10 | D | 138 | 49 | 33 |
| Octal | 335 | 50 | 271 | 0 | 122 | 20 | 15 | 470 | 111 | 63 |
| Binary | 11011101 | 101000 | 10111001 | 0 | 1010010 | 10000 | 1101 | 100111000 | 1001001 | 110011 |
Color Harmonies of #DD28B9
Complementary color
Monochromatic Colors of #DD28B9
Black with #DD28B9
Text Example
Text Example
White with #DD28B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28B9; }
p { color: rgb(221,40,185); }
H1.HeaderClassName
{
color: #DD28B9;
}
.AnyTagClassName
{
color: #DD28B9;
}
</style>
background-color css
<style>
a { background-color: #DD28B9; }
a { background-color: rgb(221,40,185); }
div.DivClassName
{
background-color: #DD28B9;
}
.BgClassName
{
background-color: #DD28B9;
}
</style>
border-color css
<style>
span { border-color: #DD28B9; }
span { border-color: rgb(221,40,185); }
td.TdClassName
{
border-color: #DD28B9;
}
.TagClassName
{
border-color: #DD28B9;
}
</style>