Shades of Spicy Pink #DD27B5
Tints of Spicy Pink #DD27B5
RGB
CMYK
RGB Variations
Color information
#DD27B5 (or 0xDD27B5) is known color: Spicy Pink. HEX triplet: DD, 27 and B5. RGB value is (221,39,181). Sum of RGB (Red+Green+Blue) = 221+39+181=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD27B5 is #22D84A. Grayscale: #6D6D6D. Windows color (decimal): -2283595 or 11872221. OLE color: 11872221.
HSL color Cylindrical-coordinate representation of color #DD27B5: hue angle of 313.19º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD27B5 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 181 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.13 |
| HSL | 313.19º | 0.73% | 0.51% | - |
| HSV(B) | 313.19º | 0.82% | 0.87% | - |
| XYZ | 38.88 | 20.16 | 45.56 | - |
| YUV | 109.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 181 | 0 | 0.82 | 0.18 | 0.13 | 313.19 | 0.73 | 0.51 |
| Hex | DD | 27 | B5 | 0 | 52 | 12 | D | 139 | 49 | 33 |
| Octal | 335 | 47 | 265 | 0 | 122 | 22 | 15 | 471 | 111 | 63 |
| Binary | 11011101 | 100111 | 10110101 | 0 | 1010010 | 10010 | 1101 | 100111001 | 1001001 | 110011 |
Color Harmonies of #DD27B5
Complementary color
Monochromatic Colors of #DD27B5
Black with #DD27B5
Text Example
Text Example
White with #DD27B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD27B5; }
p { color: rgb(221,39,181); }
H1.HeaderClassName
{
color: #DD27B5;
}
.AnyTagClassName
{
color: #DD27B5;
}
</style>
background-color css
<style>
a { background-color: #DD27B5; }
a { background-color: rgb(221,39,181); }
div.DivClassName
{
background-color: #DD27B5;
}
.BgClassName
{
background-color: #DD27B5;
}
</style>
border-color css
<style>
span { border-color: #DD27B5; }
span { border-color: rgb(221,39,181); }
td.TdClassName
{
border-color: #DD27B5;
}
.TagClassName
{
border-color: #DD27B5;
}
</style>