Shades of Spicy Pink #DD2BB1
Tints of Spicy Pink #DD2BB1
RGB
CMYK
RGB Variations
Color information
#DD2BB1 (or 0xDD2BB1) is known color: Spicy Pink. HEX triplet: DD, 2B and B1. RGB value is (221,43,177). Sum of RGB (Red+Green+Blue) = 221+43+177=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2BB1 is #22D44E. Grayscale: #6F6F6F. Windows color (decimal): -2282575 or 11611101. OLE color: 11611101.
HSL color Cylindrical-coordinate representation of color #DD2BB1: hue angle of 314.83º 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 #DD2BB1 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 177 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.13 |
| HSL | 314.83º | 0.72% | 0.52% | - |
| HSV(B) | 314.83º | 0.81% | 0.87% | - |
| XYZ | 38.62 | 20.27 | 43.47 | - |
| YUV | 111.5 | 164.97 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 177 | 0 | 0.81 | 0.20 | 0.13 | 314.83 | 0.72 | 0.52 |
| Hex | DD | 2B | B1 | 0 | 51 | 14 | D | 13B | 48 | 34 |
| Octal | 335 | 53 | 261 | 0 | 121 | 24 | 15 | 473 | 110 | 64 |
| Binary | 11011101 | 101011 | 10110001 | 0 | 1010001 | 10100 | 1101 | 100111011 | 1001000 | 110100 |
Color Harmonies of #DD2BB1
Complementary color
Monochromatic Colors of #DD2BB1
Black with #DD2BB1
Text Example
Text Example
White with #DD2BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BB1; }
p { color: rgb(221,43,177); }
H1.HeaderClassName
{
color: #DD2BB1;
}
.AnyTagClassName
{
color: #DD2BB1;
}
</style>
background-color css
<style>
a { background-color: #DD2BB1; }
a { background-color: rgb(221,43,177); }
div.DivClassName
{
background-color: #DD2BB1;
}
.BgClassName
{
background-color: #DD2BB1;
}
</style>
border-color css
<style>
span { border-color: #DD2BB1; }
span { border-color: rgb(221,43,177); }
td.TdClassName
{
border-color: #DD2BB1;
}
.TagClassName
{
border-color: #DD2BB1;
}
</style>