Shades of Shocking #DE98C6
Tints of Shocking #DE98C6
RGB
CMYK
RGB Variations
Color information
#DE98C6 (or 0xDE98C6) is known color: Shocking. HEX triplet: DE, 98 and C6. RGB value is (222,152,198). Sum of RGB (Red+Green+Blue) = 222+152+198=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DE98C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE98C6 is #216739. Grayscale: #B2B2B2. Windows color (decimal): -2189114 or 13015262. OLE color: 13015262.
HSL color Cylindrical-coordinate representation of color #DE98C6: hue angle of 320.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE98C6 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 198 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.13 |
| HSL | 320.57º | 0.51% | 0.73% | - |
| HSV(B) | 320.57º | 0.32% | 0.87% | - |
| XYZ | 51.55 | 42.06 | 58.83 | - |
| YUV | 178.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 198 | 0 | 0.32 | 0.11 | 0.13 | 320.57 | 0.51 | 0.73 |
| Hex | DE | 98 | C6 | 0 | 20 | B | D | 141 | 33 | 49 |
| Octal | 336 | 230 | 306 | 0 | 40 | 13 | 15 | 501 | 63 | 111 |
| Binary | 11011110 | 10011000 | 11000110 | 0 | 100000 | 1011 | 1101 | 101000001 | 110011 | 1001001 |
Color Harmonies of #DE98C6
Complementary color
Monochromatic Colors of #DE98C6
Black with #DE98C6
Text Example
Text Example
White with #DE98C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE98C6; }
p { color: rgb(222,152,198); }
H1.HeaderClassName
{
color: #DE98C6;
}
.AnyTagClassName
{
color: #DE98C6;
}
</style>
background-color css
<style>
a { background-color: #DE98C6; }
a { background-color: rgb(222,152,198); }
div.DivClassName
{
background-color: #DE98C6;
}
.BgClassName
{
background-color: #DE98C6;
}
</style>
border-color css
<style>
span { border-color: #DE98C6; }
span { border-color: rgb(222,152,198); }
td.TdClassName
{
border-color: #DE98C6;
}
.TagClassName
{
border-color: #DE98C6;
}
</style>