Shades of Spicy Pink #DD25B4
Tints of Spicy Pink #DD25B4
RGB
CMYK
RGB Variations
Color information
#DD25B4 (or 0xDD25B4) is known color: Spicy Pink. HEX triplet: DD, 25 and B4. RGB value is (221,37,180). Sum of RGB (Red+Green+Blue) = 221+37+180=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25B4 is #22DA4B. Grayscale: #6B6B6B. Windows color (decimal): -2284108 or 11806173. OLE color: 11806173.
HSL color Cylindrical-coordinate representation of color #DD25B4: hue angle of 313.37º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD25B4 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 180 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.13 |
| HSL | 313.37º | 0.73% | 0.51% | - |
| HSV(B) | 313.37º | 0.83% | 0.87% | - |
| XYZ | 38.72 | 19.99 | 45 | - |
| YUV | 108.32 | 168.46 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 180 | 0 | 0.83 | 0.19 | 0.13 | 313.37 | 0.73 | 0.51 |
| Hex | DD | 25 | B4 | 0 | 53 | 13 | D | 139 | 49 | 33 |
| Octal | 335 | 45 | 264 | 0 | 123 | 23 | 15 | 471 | 111 | 63 |
| Binary | 11011101 | 100101 | 10110100 | 0 | 1010011 | 10011 | 1101 | 100111001 | 1001001 | 110011 |
Color Harmonies of #DD25B4
Complementary color
Monochromatic Colors of #DD25B4
Black with #DD25B4
Text Example
Text Example
White with #DD25B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25B4; }
p { color: rgb(221,37,180); }
H1.HeaderClassName
{
color: #DD25B4;
}
.AnyTagClassName
{
color: #DD25B4;
}
</style>
background-color css
<style>
a { background-color: #DD25B4; }
a { background-color: rgb(221,37,180); }
div.DivClassName
{
background-color: #DD25B4;
}
.BgClassName
{
background-color: #DD25B4;
}
</style>
border-color css
<style>
span { border-color: #DD25B4; }
span { border-color: rgb(221,37,180); }
td.TdClassName
{
border-color: #DD25B4;
}
.TagClassName
{
border-color: #DD25B4;
}
</style>