Shades of Spicy Pink #DD28B4
Tints of Spicy Pink #DD28B4
RGB
CMYK
RGB Variations
Color information
#DD28B4 (or 0xDD28B4) is known color: Spicy Pink. HEX triplet: DD, 28 and B4. RGB value is (221,40,180). Sum of RGB (Red+Green+Blue) = 221+40+180=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28B4 is #22D74B. Grayscale: #6D6D6D. Windows color (decimal): -2283340 or 11806941. OLE color: 11806941.
HSL color Cylindrical-coordinate representation of color #DD28B4: hue angle of 313.59º 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 #DD28B4 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 180 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.13 |
| HSL | 313.59º | 0.73% | 0.51% | - |
| HSV(B) | 313.59º | 0.82% | 0.87% | - |
| XYZ | 38.82 | 20.19 | 45.03 | - |
| YUV | 110.08 | 167.47 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 180 | 0 | 0.82 | 0.19 | 0.13 | 313.59 | 0.73 | 0.51 |
| Hex | DD | 28 | B4 | 0 | 52 | 13 | D | 13A | 49 | 33 |
| Octal | 335 | 50 | 264 | 0 | 122 | 23 | 15 | 472 | 111 | 63 |
| Binary | 11011101 | 101000 | 10110100 | 0 | 1010010 | 10011 | 1101 | 100111010 | 1001001 | 110011 |
Color Harmonies of #DD28B4
Complementary color
Monochromatic Colors of #DD28B4
Black with #DD28B4
Text Example
Text Example
White with #DD28B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28B4; }
p { color: rgb(221,40,180); }
H1.HeaderClassName
{
color: #DD28B4;
}
.AnyTagClassName
{
color: #DD28B4;
}
</style>
background-color css
<style>
a { background-color: #DD28B4; }
a { background-color: rgb(221,40,180); }
div.DivClassName
{
background-color: #DD28B4;
}
.BgClassName
{
background-color: #DD28B4;
}
</style>
border-color css
<style>
span { border-color: #DD28B4; }
span { border-color: rgb(221,40,180); }
td.TdClassName
{
border-color: #DD28B4;
}
.TagClassName
{
border-color: #DD28B4;
}
</style>