Shades of Shocking #DE99BE
Tints of Shocking #DE99BE
RGB
CMYK
RGB Variations
Color information
#DE99BE (or 0xDE99BE) is known color: Shocking. HEX triplet: DE, 99 and BE. RGB value is (222,153,190). Sum of RGB (Red+Green+Blue) = 222+153+190=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99BE is #216641. Grayscale: #B1B1B1. Windows color (decimal): -2188866 or 12491230. OLE color: 12491230.
HSL color Cylindrical-coordinate representation of color #DE99BE: hue angle of 327.83º 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 #DE99BE is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 190 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.13 |
| HSL | 327.83º | 0.51% | 0.74% | - |
| HSV(B) | 327.83º | 0.31% | 0.87% | - |
| XYZ | 50.81 | 42.03 | 54.15 | - |
| YUV | 177.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 190 | 0 | 0.31 | 0.14 | 0.13 | 327.83 | 0.51 | 0.74 |
| Hex | DE | 99 | BE | 0 | 1F | E | D | 148 | 33 | 4A |
| Octal | 336 | 231 | 276 | 0 | 37 | 16 | 15 | 510 | 63 | 112 |
| Binary | 11011110 | 10011001 | 10111110 | 0 | 11111 | 1110 | 1101 | 101001000 | 110011 | 1001010 |
Color Harmonies of #DE99BE
Complementary color
Monochromatic Colors of #DE99BE
Black with #DE99BE
Text Example
Text Example
White with #DE99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99BE; }
p { color: rgb(222,153,190); }
H1.HeaderClassName
{
color: #DE99BE;
}
.AnyTagClassName
{
color: #DE99BE;
}
</style>
background-color css
<style>
a { background-color: #DE99BE; }
a { background-color: rgb(222,153,190); }
div.DivClassName
{
background-color: #DE99BE;
}
.BgClassName
{
background-color: #DE99BE;
}
</style>
border-color css
<style>
span { border-color: #DE99BE; }
span { border-color: rgb(222,153,190); }
td.TdClassName
{
border-color: #DE99BE;
}
.TagClassName
{
border-color: #DE99BE;
}
</style>