Shades of Spicy Pink #DE27B1
Tints of Spicy Pink #DE27B1
RGB
CMYK
RGB Variations
Color information
#DE27B1 (or 0xDE27B1) is known color: Spicy Pink. HEX triplet: DE, 27 and B1. RGB value is (222,39,177). Sum of RGB (Red+Green+Blue) = 222+39+177=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE27B1 is #21D84E. Grayscale: #6D6D6D. Windows color (decimal): -2218063 or 11610078. OLE color: 11610078.
HSL color Cylindrical-coordinate representation of color #DE27B1: hue angle of 314.75º 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 #DE27B1 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 177 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.13 |
| HSL | 314.75º | 0.73% | 0.51% | - |
| HSV(B) | 314.75º | 0.82% | 0.87% | - |
| XYZ | 38.79 | 20.15 | 43.44 | - |
| YUV | 109.45 | 166.13 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 177 | 0 | 0.82 | 0.20 | 0.13 | 314.75 | 0.73 | 0.51 |
| Hex | DE | 27 | B1 | 0 | 52 | 14 | D | 13B | 49 | 33 |
| Octal | 336 | 47 | 261 | 0 | 122 | 24 | 15 | 473 | 111 | 63 |
| Binary | 11011110 | 100111 | 10110001 | 0 | 1010010 | 10100 | 1101 | 100111011 | 1001001 | 110011 |
Color Harmonies of #DE27B1
Complementary color
Monochromatic Colors of #DE27B1
Black with #DE27B1
Text Example
Text Example
White with #DE27B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE27B1; }
p { color: rgb(222,39,177); }
H1.HeaderClassName
{
color: #DE27B1;
}
.AnyTagClassName
{
color: #DE27B1;
}
</style>
background-color css
<style>
a { background-color: #DE27B1; }
a { background-color: rgb(222,39,177); }
div.DivClassName
{
background-color: #DE27B1;
}
.BgClassName
{
background-color: #DE27B1;
}
</style>
border-color css
<style>
span { border-color: #DE27B1; }
span { border-color: rgb(222,39,177); }
td.TdClassName
{
border-color: #DE27B1;
}
.TagClassName
{
border-color: #DE27B1;
}
</style>