Shades of Spicy Pink #DD28B7
Tints of Spicy Pink #DD28B7
RGB
CMYK
RGB Variations
Color information
#DD28B7 (or 0xDD28B7) is known color: Spicy Pink. HEX triplet: DD, 28 and B7. RGB value is (221,40,183). Sum of RGB (Red+Green+Blue) = 221+40+183=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28B7 is #22D748. Grayscale: #6E6E6E. Windows color (decimal): -2283337 or 12003549. OLE color: 12003549.
HSL color Cylindrical-coordinate representation of color #DD28B7: hue angle of 312.6º 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 #DD28B7 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 183 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.13 |
| HSL | 312.6º | 0.73% | 0.51% | - |
| HSV(B) | 312.6º | 0.82% | 0.87% | - |
| XYZ | 39.12 | 20.31 | 46.66 | - |
| YUV | 110.42 | 168.97 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 183 | 0 | 0.82 | 0.17 | 0.13 | 312.6 | 0.73 | 0.51 |
| Hex | DD | 28 | B7 | 0 | 52 | 11 | D | 139 | 49 | 33 |
| Octal | 335 | 50 | 267 | 0 | 122 | 21 | 15 | 471 | 111 | 63 |
| Binary | 11011101 | 101000 | 10110111 | 0 | 1010010 | 10001 | 1101 | 100111001 | 1001001 | 110011 |
Color Harmonies of #DD28B7
Complementary color
Monochromatic Colors of #DD28B7
Black with #DD28B7
Text Example
Text Example
White with #DD28B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28B7; }
p { color: rgb(221,40,183); }
H1.HeaderClassName
{
color: #DD28B7;
}
.AnyTagClassName
{
color: #DD28B7;
}
</style>
background-color css
<style>
a { background-color: #DD28B7; }
a { background-color: rgb(221,40,183); }
div.DivClassName
{
background-color: #DD28B7;
}
.BgClassName
{
background-color: #DD28B7;
}
</style>
border-color css
<style>
span { border-color: #DD28B7; }
span { border-color: rgb(221,40,183); }
td.TdClassName
{
border-color: #DD28B7;
}
.TagClassName
{
border-color: #DD28B7;
}
</style>