Shades of Shocking #DE9ABE
Tints of Shocking #DE9ABE
RGB
CMYK
RGB Variations
Color information
#DE9ABE (or 0xDE9ABE) is known color: Shocking. HEX triplet: DE, 9A and BE. RGB value is (222,154,190). Sum of RGB (Red+Green+Blue) = 222+154+190=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ABE is #216541. Grayscale: #B2B2B2. Windows color (decimal): -2188610 or 12491486. OLE color: 12491486.
HSL color Cylindrical-coordinate representation of color #DE9ABE: hue angle of 328.24º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9ABE is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 154 | 190 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.13 |
| HSL | 328.24º | 0.51% | 0.74% | - |
| HSV(B) | 328.24º | 0.31% | 0.87% | - |
| XYZ | 50.97 | 42.36 | 54.2 | - |
| YUV | 178.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 190 | 0 | 0.31 | 0.14 | 0.13 | 328.24 | 0.51 | 0.74 |
| Hex | DE | 9A | BE | 0 | 1F | E | D | 148 | 33 | 4A |
| Octal | 336 | 232 | 276 | 0 | 37 | 16 | 15 | 510 | 63 | 112 |
| Binary | 11011110 | 10011010 | 10111110 | 0 | 11111 | 1110 | 1101 | 101001000 | 110011 | 1001010 |
Color Harmonies of #DE9ABE
Complementary color
Monochromatic Colors of #DE9ABE
Black with #DE9ABE
Text Example
Text Example
White with #DE9ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9ABE; }
p { color: rgb(222,154,190); }
H1.HeaderClassName
{
color: #DE9ABE;
}
.AnyTagClassName
{
color: #DE9ABE;
}
</style>
background-color css
<style>
a { background-color: #DE9ABE; }
a { background-color: rgb(222,154,190); }
div.DivClassName
{
background-color: #DE9ABE;
}
.BgClassName
{
background-color: #DE9ABE;
}
</style>
border-color css
<style>
span { border-color: #DE9ABE; }
span { border-color: rgb(222,154,190); }
td.TdClassName
{
border-color: #DE9ABE;
}
.TagClassName
{
border-color: #DE9ABE;
}
</style>