Shades of Spicy Pink #DD27B7
Tints of Spicy Pink #DD27B7
RGB
CMYK
RGB Variations
Color information
#DD27B7 (or 0xDD27B7) is known color: Spicy Pink. HEX triplet: DD, 27 and B7. RGB value is (221,39,183). Sum of RGB (Red+Green+Blue) = 221+39+183=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD27B7 is #22D848. Grayscale: #6D6D6D. Windows color (decimal): -2283593 or 12003293. OLE color: 12003293.
HSL color Cylindrical-coordinate representation of color #DD27B7: hue angle of 312.53º 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 #DD27B7 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 183 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.13 |
| HSL | 312.53º | 0.73% | 0.51% | - |
| HSV(B) | 312.53º | 0.82% | 0.87% | - |
| XYZ | 39.09 | 20.24 | 46.65 | - |
| YUV | 109.83 | 169.3 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 183 | 0 | 0.82 | 0.17 | 0.13 | 312.53 | 0.73 | 0.51 |
| Hex | DD | 27 | B7 | 0 | 52 | 11 | D | 139 | 49 | 33 |
| Octal | 335 | 47 | 267 | 0 | 122 | 21 | 15 | 471 | 111 | 63 |
| Binary | 11011101 | 100111 | 10110111 | 0 | 1010010 | 10001 | 1101 | 100111001 | 1001001 | 110011 |
Color Harmonies of #DD27B7
Complementary color
Monochromatic Colors of #DD27B7
Black with #DD27B7
Text Example
Text Example
White with #DD27B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD27B7; }
p { color: rgb(221,39,183); }
H1.HeaderClassName
{
color: #DD27B7;
}
.AnyTagClassName
{
color: #DD27B7;
}
</style>
background-color css
<style>
a { background-color: #DD27B7; }
a { background-color: rgb(221,39,183); }
div.DivClassName
{
background-color: #DD27B7;
}
.BgClassName
{
background-color: #DD27B7;
}
</style>
border-color css
<style>
span { border-color: #DD27B7; }
span { border-color: rgb(221,39,183); }
td.TdClassName
{
border-color: #DD27B7;
}
.TagClassName
{
border-color: #DD27B7;
}
</style>