Shades of Spicy Pink #DD2BB5
Tints of Spicy Pink #DD2BB5
RGB
CMYK
RGB Variations
Color information
#DD2BB5 (or 0xDD2BB5) is known color: Spicy Pink. HEX triplet: DD, 2B and B5. RGB value is (221,43,181). Sum of RGB (Red+Green+Blue) = 221+43+181=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2BB5 is #22D44A. Grayscale: #6F6F6F. Windows color (decimal): -2282571 or 11873245. OLE color: 11873245.
HSL color Cylindrical-coordinate representation of color #DD2BB5: hue angle of 313.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2BB5 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 181 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.13 |
| HSL | 313.48º | 0.72% | 0.52% | - |
| HSV(B) | 313.48º | 0.81% | 0.87% | - |
| XYZ | 39.02 | 20.44 | 45.6 | - |
| YUV | 111.95 | 166.97 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 181 | 0 | 0.81 | 0.18 | 0.13 | 313.48 | 0.72 | 0.52 |
| Hex | DD | 2B | B5 | 0 | 51 | 12 | D | 139 | 48 | 34 |
| Octal | 335 | 53 | 265 | 0 | 121 | 22 | 15 | 471 | 110 | 64 |
| Binary | 11011101 | 101011 | 10110101 | 0 | 1010001 | 10010 | 1101 | 100111001 | 1001000 | 110100 |
Color Harmonies of #DD2BB5
Complementary color
Monochromatic Colors of #DD2BB5
Black with #DD2BB5
Text Example
Text Example
White with #DD2BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BB5; }
p { color: rgb(221,43,181); }
H1.HeaderClassName
{
color: #DD2BB5;
}
.AnyTagClassName
{
color: #DD2BB5;
}
</style>
background-color css
<style>
a { background-color: #DD2BB5; }
a { background-color: rgb(221,43,181); }
div.DivClassName
{
background-color: #DD2BB5;
}
.BgClassName
{
background-color: #DD2BB5;
}
</style>
border-color css
<style>
span { border-color: #DD2BB5; }
span { border-color: rgb(221,43,181); }
td.TdClassName
{
border-color: #DD2BB5;
}
.TagClassName
{
border-color: #DD2BB5;
}
</style>