Shades of Spicy Pink #DD28B3
Tints of Spicy Pink #DD28B3
RGB
CMYK
RGB Variations
Color information
#DD28B3 (or 0xDD28B3) is known color: Spicy Pink. HEX triplet: DD, 28 and B3. RGB value is (221,40,179). Sum of RGB (Red+Green+Blue) = 221+40+179=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28B3 is #22D74C. Grayscale: #6D6D6D. Windows color (decimal): -2283341 or 11741405. OLE color: 11741405.
HSL color Cylindrical-coordinate representation of color #DD28B3: hue angle of 313.92º 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 #DD28B3 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 179 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.13 |
| HSL | 313.92º | 0.73% | 0.51% | - |
| HSV(B) | 313.92º | 0.82% | 0.87% | - |
| XYZ | 38.71 | 20.14 | 44.5 | - |
| YUV | 109.97 | 166.97 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 179 | 0 | 0.82 | 0.19 | 0.13 | 313.92 | 0.73 | 0.51 |
| Hex | DD | 28 | B3 | 0 | 52 | 13 | D | 13A | 49 | 33 |
| Octal | 335 | 50 | 263 | 0 | 122 | 23 | 15 | 472 | 111 | 63 |
| Binary | 11011101 | 101000 | 10110011 | 0 | 1010010 | 10011 | 1101 | 100111010 | 1001001 | 110011 |
Color Harmonies of #DD28B3
Complementary color
Monochromatic Colors of #DD28B3
Black with #DD28B3
Text Example
Text Example
White with #DD28B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28B3; }
p { color: rgb(221,40,179); }
H1.HeaderClassName
{
color: #DD28B3;
}
.AnyTagClassName
{
color: #DD28B3;
}
</style>
background-color css
<style>
a { background-color: #DD28B3; }
a { background-color: rgb(221,40,179); }
div.DivClassName
{
background-color: #DD28B3;
}
.BgClassName
{
background-color: #DD28B3;
}
</style>
border-color css
<style>
span { border-color: #DD28B3; }
span { border-color: rgb(221,40,179); }
td.TdClassName
{
border-color: #DD28B3;
}
.TagClassName
{
border-color: #DD28B3;
}
</style>