Shades of Spicy Pink #DD2FB4
Tints of Spicy Pink #DD2FB4
RGB
CMYK
RGB Variations
Color information
#DD2FB4 (or 0xDD2FB4) is known color: Spicy Pink. HEX triplet: DD, 2F and B4. RGB value is (221,47,180). Sum of RGB (Red+Green+Blue) = 221+47+180=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2FB4 is #22D04B. Grayscale: #717171. Windows color (decimal): -2281548 or 11808733. OLE color: 11808733.
HSL color Cylindrical-coordinate representation of color #DD2FB4: hue angle of 314.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2FB4 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 180 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.13 |
| HSL | 314.14º | 0.72% | 0.53% | - |
| HSV(B) | 314.14º | 0.79% | 0.87% | - |
| XYZ | 39.07 | 20.7 | 45.12 | - |
| YUV | 114.19 | 165.15 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 180 | 0 | 0.79 | 0.19 | 0.13 | 314.14 | 0.72 | 0.53 |
| Hex | DD | 2F | B4 | 0 | 4F | 13 | D | 13A | 48 | 35 |
| Octal | 335 | 57 | 264 | 0 | 117 | 23 | 15 | 472 | 110 | 65 |
| Binary | 11011101 | 101111 | 10110100 | 0 | 1001111 | 10011 | 1101 | 100111010 | 1001000 | 110101 |
Color Harmonies of #DD2FB4
Complementary color
Monochromatic Colors of #DD2FB4
Black with #DD2FB4
Text Example
Text Example
White with #DD2FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2FB4; }
p { color: rgb(221,47,180); }
H1.HeaderClassName
{
color: #DD2FB4;
}
.AnyTagClassName
{
color: #DD2FB4;
}
</style>
background-color css
<style>
a { background-color: #DD2FB4; }
a { background-color: rgb(221,47,180); }
div.DivClassName
{
background-color: #DD2FB4;
}
.BgClassName
{
background-color: #DD2FB4;
}
</style>
border-color css
<style>
span { border-color: #DD2FB4; }
span { border-color: rgb(221,47,180); }
td.TdClassName
{
border-color: #DD2FB4;
}
.TagClassName
{
border-color: #DD2FB4;
}
</style>