Shades of Spicy Pink #DE28AF
Tints of Spicy Pink #DE28AF
RGB
CMYK
RGB Variations
Color information
#DE28AF (or 0xDE28AF) is known color: Spicy Pink. HEX triplet: DE, 28 and AF. RGB value is (222,40,175). Sum of RGB (Red+Green+Blue) = 222+40+175=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE28AF is #21D750. Grayscale: #6D6D6D. Windows color (decimal): -2217809 or 11479262. OLE color: 11479262.
HSL color Cylindrical-coordinate representation of color #DE28AF: hue angle of 315.49º 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 #DE28AF is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 175 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.13 |
| HSL | 315.49º | 0.73% | 0.51% | - |
| HSV(B) | 315.49º | 0.82% | 0.87% | - |
| XYZ | 38.62 | 20.14 | 42.41 | - |
| YUV | 109.81 | 164.8 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 175 | 0 | 0.82 | 0.21 | 0.13 | 315.49 | 0.73 | 0.51 |
| Hex | DE | 28 | AF | 0 | 52 | 15 | D | 13B | 49 | 33 |
| Octal | 336 | 50 | 257 | 0 | 122 | 25 | 15 | 473 | 111 | 63 |
| Binary | 11011110 | 101000 | 10101111 | 0 | 1010010 | 10101 | 1101 | 100111011 | 1001001 | 110011 |
Color Harmonies of #DE28AF
Complementary color
Monochromatic Colors of #DE28AF
Black with #DE28AF
Text Example
Text Example
White with #DE28AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE28AF; }
p { color: rgb(222,40,175); }
H1.HeaderClassName
{
color: #DE28AF;
}
.AnyTagClassName
{
color: #DE28AF;
}
</style>
background-color css
<style>
a { background-color: #DE28AF; }
a { background-color: rgb(222,40,175); }
div.DivClassName
{
background-color: #DE28AF;
}
.BgClassName
{
background-color: #DE28AF;
}
</style>
border-color css
<style>
span { border-color: #DE28AF; }
span { border-color: rgb(222,40,175); }
td.TdClassName
{
border-color: #DE28AF;
}
.TagClassName
{
border-color: #DE28AF;
}
</style>