Shades of Spicy Pink #DD31B4
Tints of Spicy Pink #DD31B4
RGB
CMYK
RGB Variations
Color information
#DD31B4 (or 0xDD31B4) is known color: Spicy Pink. HEX triplet: DD, 31 and B4. RGB value is (221,49,180). Sum of RGB (Red+Green+Blue) = 221+49+180=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31B4 is #22CE4B. Grayscale: #737373. Windows color (decimal): -2281036 or 11809245. OLE color: 11809245.
HSL color Cylindrical-coordinate representation of color #DD31B4: hue angle of 314.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD31B4 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 180 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.13 |
| HSL | 314.3º | 0.72% | 0.53% | - |
| HSV(B) | 314.3º | 0.78% | 0.87% | - |
| XYZ | 39.16 | 20.86 | 45.14 | - |
| YUV | 115.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 180 | 0 | 0.78 | 0.19 | 0.13 | 314.3 | 0.72 | 0.53 |
| Hex | DD | 31 | B4 | 0 | 4E | 13 | D | 13A | 48 | 35 |
| Octal | 335 | 61 | 264 | 0 | 116 | 23 | 15 | 472 | 110 | 65 |
| Binary | 11011101 | 110001 | 10110100 | 0 | 1001110 | 10011 | 1101 | 100111010 | 1001000 | 110101 |
Color Harmonies of #DD31B4
Complementary color
Monochromatic Colors of #DD31B4
Black with #DD31B4
Text Example
Text Example
White with #DD31B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD31B4; }
p { color: rgb(221,49,180); }
H1.HeaderClassName
{
color: #DD31B4;
}
.AnyTagClassName
{
color: #DD31B4;
}
</style>
background-color css
<style>
a { background-color: #DD31B4; }
a { background-color: rgb(221,49,180); }
div.DivClassName
{
background-color: #DD31B4;
}
.BgClassName
{
background-color: #DD31B4;
}
</style>
border-color css
<style>
span { border-color: #DD31B4; }
span { border-color: rgb(221,49,180); }
td.TdClassName
{
border-color: #DD31B4;
}
.TagClassName
{
border-color: #DD31B4;
}
</style>