Shades of Spicy Pink #DD25B3
Tints of Spicy Pink #DD25B3
RGB
CMYK
RGB Variations
Color information
#DD25B3 (or 0xDD25B3) is known color: Spicy Pink. HEX triplet: DD, 25 and B3. RGB value is (221,37,179). Sum of RGB (Red+Green+Blue) = 221+37+179=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25B3 is #22DA4C. Grayscale: #6B6B6B. Windows color (decimal): -2284109 or 11740637. OLE color: 11740637.
HSL color Cylindrical-coordinate representation of color #DD25B3: hue angle of 313.7º 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 #DD25B3 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 179 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.13 |
| HSL | 313.7º | 0.73% | 0.51% | - |
| HSV(B) | 313.7º | 0.83% | 0.87% | - |
| XYZ | 38.62 | 19.95 | 44.46 | - |
| YUV | 108.2 | 167.96 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 179 | 0 | 0.83 | 0.19 | 0.13 | 313.7 | 0.73 | 0.51 |
| Hex | DD | 25 | B3 | 0 | 53 | 13 | D | 13A | 49 | 33 |
| Octal | 335 | 45 | 263 | 0 | 123 | 23 | 15 | 472 | 111 | 63 |
| Binary | 11011101 | 100101 | 10110011 | 0 | 1010011 | 10011 | 1101 | 100111010 | 1001001 | 110011 |
Color Harmonies of #DD25B3
Complementary color
Monochromatic Colors of #DD25B3
Black with #DD25B3
Text Example
Text Example
White with #DD25B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25B3; }
p { color: rgb(221,37,179); }
H1.HeaderClassName
{
color: #DD25B3;
}
.AnyTagClassName
{
color: #DD25B3;
}
</style>
background-color css
<style>
a { background-color: #DD25B3; }
a { background-color: rgb(221,37,179); }
div.DivClassName
{
background-color: #DD25B3;
}
.BgClassName
{
background-color: #DD25B3;
}
</style>
border-color css
<style>
span { border-color: #DD25B3; }
span { border-color: rgb(221,37,179); }
td.TdClassName
{
border-color: #DD25B3;
}
.TagClassName
{
border-color: #DD25B3;
}
</style>