Shades of Shocking #DE94BB
Tints of Shocking #DE94BB
RGB
CMYK
RGB Variations
Color information
#DE94BB (or 0xDE94BB) is known color: Shocking. HEX triplet: DE, 94 and BB. RGB value is (222,148,187). Sum of RGB (Red+Green+Blue) = 222+148+187=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DE94BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE94BB is #216B44. Grayscale: #AEAEAE. Windows color (decimal): -2190149 or 12293342. OLE color: 12293342.
HSL color Cylindrical-coordinate representation of color #DE94BB: hue angle of 328.38º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE94BB is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 148 | 187 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.13 |
| HSL | 328.38º | 0.53% | 0.73% | - |
| HSV(B) | 328.38º | 0.33% | 0.87% | - |
| XYZ | 49.68 | 40.3 | 52.17 | - |
| YUV | 174.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 187 | 0 | 0.33 | 0.16 | 0.13 | 328.38 | 0.53 | 0.73 |
| Hex | DE | 94 | BB | 0 | 21 | 10 | D | 148 | 35 | 49 |
| Octal | 336 | 224 | 273 | 0 | 41 | 20 | 15 | 510 | 65 | 111 |
| Binary | 11011110 | 10010100 | 10111011 | 0 | 100001 | 10000 | 1101 | 101001000 | 110101 | 1001001 |
Color Harmonies of #DE94BB
Complementary color
Monochromatic Colors of #DE94BB
Black with #DE94BB
Text Example
Text Example
White with #DE94BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE94BB; }
p { color: rgb(222,148,187); }
H1.HeaderClassName
{
color: #DE94BB;
}
.AnyTagClassName
{
color: #DE94BB;
}
</style>
background-color css
<style>
a { background-color: #DE94BB; }
a { background-color: rgb(222,148,187); }
div.DivClassName
{
background-color: #DE94BB;
}
.BgClassName
{
background-color: #DE94BB;
}
</style>
border-color css
<style>
span { border-color: #DE94BB; }
span { border-color: rgb(222,148,187); }
td.TdClassName
{
border-color: #DE94BB;
}
.TagClassName
{
border-color: #DE94BB;
}
</style>