Shades of Shocking Pink #DE0CB5
Tints of Shocking Pink #DE0CB5
RGB
CMYK
RGB Variations
Color information
#DE0CB5 (or 0xDE0CB5) is known color: Shocking Pink. HEX triplet: DE, 0C and B5. RGB value is (222,12,181). Sum of RGB (Red+Green+Blue) = 222+12+181=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0CB5 is #21F34A. Grayscale: #5D5D5D. Windows color (decimal): -2224971 or 11865310. OLE color: 11865310.
HSL color Cylindrical-coordinate representation of color #DE0CB5: hue angle of 311.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0CB5 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 181 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.13 |
| HSL | 311.71º | 0.9% | 0.46% | - |
| HSV(B) | 311.71º | 0.95% | 0.87% | - |
| XYZ | 38.6 | 19.13 | 45.37 | - |
| YUV | 94.06 | 177.07 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 181 | 0 | 0.95 | 0.18 | 0.13 | 311.71 | 0.9 | 0.46 |
| Hex | DE | C | B5 | 0 | 5F | 12 | D | 138 | 5A | 2E |
| Octal | 336 | 14 | 265 | 0 | 137 | 22 | 15 | 470 | 132 | 56 |
| Binary | 11011110 | 1100 | 10110101 | 0 | 1011111 | 10010 | 1101 | 100111000 | 1011010 | 101110 |
Color Harmonies of #DE0CB5
Complementary color
Monochromatic Colors of #DE0CB5
Black with #DE0CB5
Text Example
Text Example
White with #DE0CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0CB5; }
p { color: rgb(222,12,181); }
H1.HeaderClassName
{
color: #DE0CB5;
}
.AnyTagClassName
{
color: #DE0CB5;
}
</style>
background-color css
<style>
a { background-color: #DE0CB5; }
a { background-color: rgb(222,12,181); }
div.DivClassName
{
background-color: #DE0CB5;
}
.BgClassName
{
background-color: #DE0CB5;
}
</style>
border-color css
<style>
span { border-color: #DE0CB5; }
span { border-color: rgb(222,12,181); }
td.TdClassName
{
border-color: #DE0CB5;
}
.TagClassName
{
border-color: #DE0CB5;
}
</style>