Shades of Shocking #DE9FCB
Tints of Shocking #DE9FCB
RGB
CMYK
RGB Variations
Color information
#DE9FCB (or 0xDE9FCB) is known color: Shocking. HEX triplet: DE, 9F and CB. RGB value is (222,159,203). Sum of RGB (Red+Green+Blue) = 222+159+203=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FCB is #216034. Grayscale: #B6B6B6. Windows color (decimal): -2187317 or 13344734. OLE color: 13344734.
HSL color Cylindrical-coordinate representation of color #DE9FCB: hue angle of 318.1º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DE9FCB is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 159 | 203 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.13 |
| HSL | 318.1º | 0.49% | 0.75% | - |
| HSV(B) | 318.1º | 0.28% | 0.87% | - |
| XYZ | 53.3 | 44.64 | 62.31 | - |
| YUV | 182.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 203 | 0 | 0.28 | 0.09 | 0.13 | 318.1 | 0.49 | 0.75 |
| Hex | DE | 9F | CB | 0 | 1C | 9 | D | 13E | 31 | 4B |
| Octal | 336 | 237 | 313 | 0 | 34 | 11 | 15 | 476 | 61 | 113 |
| Binary | 11011110 | 10011111 | 11001011 | 0 | 11100 | 1001 | 1101 | 100111110 | 110001 | 1001011 |
Color Harmonies of #DE9FCB
Complementary color
Monochromatic Colors of #DE9FCB
Black with #DE9FCB
Text Example
Text Example
White with #DE9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9FCB; }
p { color: rgb(222,159,203); }
H1.HeaderClassName
{
color: #DE9FCB;
}
.AnyTagClassName
{
color: #DE9FCB;
}
</style>
background-color css
<style>
a { background-color: #DE9FCB; }
a { background-color: rgb(222,159,203); }
div.DivClassName
{
background-color: #DE9FCB;
}
.BgClassName
{
background-color: #DE9FCB;
}
</style>
border-color css
<style>
span { border-color: #DE9FCB; }
span { border-color: rgb(222,159,203); }
td.TdClassName
{
border-color: #DE9FCB;
}
.TagClassName
{
border-color: #DE9FCB;
}
</style>