Shades of Shocking #DF9ECC
Tints of Shocking #DF9ECC
RGB
CMYK
RGB Variations
Color information
#DF9ECC (or 0xDF9ECC) is known color: Shocking. HEX triplet: DF, 9E and CC. RGB value is (223,158,204). Sum of RGB (Red+Green+Blue) = 223+158+204=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ECC is #206133. Grayscale: #B6B6B6. Windows color (decimal): -2122036 or 13410015. OLE color: 13410015.
HSL color Cylindrical-coordinate representation of color #DF9ECC: hue angle of 317.54º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9ECC is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 204 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.13 |
| HSL | 317.54º | 0.5% | 0.75% | - |
| HSV(B) | 317.54º | 0.29% | 0.87% | - |
| XYZ | 53.56 | 44.5 | 62.89 | - |
| YUV | 182.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 204 | 0 | 0.29 | 0.09 | 0.13 | 317.54 | 0.5 | 0.75 |
| Hex | DF | 9E | CC | 0 | 1D | 9 | D | 13E | 32 | 4B |
| Octal | 337 | 236 | 314 | 0 | 35 | 11 | 15 | 476 | 62 | 113 |
| Binary | 11011111 | 10011110 | 11001100 | 0 | 11101 | 1001 | 1101 | 100111110 | 110010 | 1001011 |
Color Harmonies of #DF9ECC
Complementary color
Monochromatic Colors of #DF9ECC
Black with #DF9ECC
Text Example
Text Example
White with #DF9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9ECC; }
p { color: rgb(223,158,204); }
H1.HeaderClassName
{
color: #DF9ECC;
}
.AnyTagClassName
{
color: #DF9ECC;
}
</style>
background-color css
<style>
a { background-color: #DF9ECC; }
a { background-color: rgb(223,158,204); }
div.DivClassName
{
background-color: #DF9ECC;
}
.BgClassName
{
background-color: #DF9ECC;
}
</style>
border-color css
<style>
span { border-color: #DF9ECC; }
span { border-color: rgb(223,158,204); }
td.TdClassName
{
border-color: #DF9ECC;
}
.TagClassName
{
border-color: #DF9ECC;
}
</style>