Shades of Shocking #DF9EC5
Tints of Shocking #DF9EC5
RGB
CMYK
RGB Variations
Color information
#DF9EC5 (or 0xDF9EC5) is known color: Shocking. HEX triplet: DF, 9E and C5. RGB value is (223,158,197). Sum of RGB (Red+Green+Blue) = 223+158+197=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EC5 is #20613A. Grayscale: #B5B5B5. Windows color (decimal): -2122043 or 12951263. OLE color: 12951263.
HSL color Cylindrical-coordinate representation of color #DF9EC5: hue angle of 324º 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 #DF9EC5 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 197 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.13 |
| HSL | 324º | 0.5% | 0.75% | - |
| HSV(B) | 324º | 0.29% | 0.87% | - |
| XYZ | 52.74 | 44.17 | 58.57 | - |
| YUV | 181.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 197 | 0 | 0.29 | 0.12 | 0.13 | 324 | 0.5 | 0.75 |
| Hex | DF | 9E | C5 | 0 | 1D | C | D | 144 | 32 | 4B |
| Octal | 337 | 236 | 305 | 0 | 35 | 14 | 15 | 504 | 62 | 113 |
| Binary | 11011111 | 10011110 | 11000101 | 0 | 11101 | 1100 | 1101 | 101000100 | 110010 | 1001011 |
Color Harmonies of #DF9EC5
Complementary color
Monochromatic Colors of #DF9EC5
Black with #DF9EC5
Text Example
Text Example
White with #DF9EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EC5; }
p { color: rgb(223,158,197); }
H1.HeaderClassName
{
color: #DF9EC5;
}
.AnyTagClassName
{
color: #DF9EC5;
}
</style>
background-color css
<style>
a { background-color: #DF9EC5; }
a { background-color: rgb(223,158,197); }
div.DivClassName
{
background-color: #DF9EC5;
}
.BgClassName
{
background-color: #DF9EC5;
}
</style>
border-color css
<style>
span { border-color: #DF9EC5; }
span { border-color: rgb(223,158,197); }
td.TdClassName
{
border-color: #DF9EC5;
}
.TagClassName
{
border-color: #DF9EC5;
}
</style>