Shades of Shocking Pink #DE27BA
Tints of Shocking Pink #DE27BA
RGB
CMYK
RGB Variations
Color information
#DE27BA (or 0xDE27BA) is known color: Shocking Pink. HEX triplet: DE, 27 and BA. RGB value is (222,39,186). Sum of RGB (Red+Green+Blue) = 222+39+186=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 39 (15.62% from 255 or 8.72% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE27BA is #21D845. Grayscale: #6E6E6E. Windows color (decimal): -2218054 or 12199902. OLE color: 12199902.
HSL color Cylindrical-coordinate representation of color #DE27BA: hue angle of 311.8º 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 #DE27BA is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 186 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.13 |
| HSL | 311.8º | 0.73% | 0.51% | - |
| HSV(B) | 311.8º | 0.82% | 0.87% | - |
| XYZ | 39.71 | 20.53 | 48.32 | - |
| YUV | 110.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 186 | 0 | 0.82 | 0.16 | 0.13 | 311.8 | 0.73 | 0.51 |
| Hex | DE | 27 | BA | 0 | 52 | 10 | D | 138 | 49 | 33 |
| Octal | 336 | 47 | 272 | 0 | 122 | 20 | 15 | 470 | 111 | 63 |
| Binary | 11011110 | 100111 | 10111010 | 0 | 1010010 | 10000 | 1101 | 100111000 | 1001001 | 110011 |
Color Harmonies of #DE27BA
Complementary color
Monochromatic Colors of #DE27BA
Black with #DE27BA
Text Example
Text Example
White with #DE27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE27BA; }
p { color: rgb(222,39,186); }
H1.HeaderClassName
{
color: #DE27BA;
}
.AnyTagClassName
{
color: #DE27BA;
}
</style>
background-color css
<style>
a { background-color: #DE27BA; }
a { background-color: rgb(222,39,186); }
div.DivClassName
{
background-color: #DE27BA;
}
.BgClassName
{
background-color: #DE27BA;
}
</style>
border-color css
<style>
span { border-color: #DE27BA; }
span { border-color: rgb(222,39,186); }
td.TdClassName
{
border-color: #DE27BA;
}
.TagClassName
{
border-color: #DE27BA;
}
</style>