Shades of Shocking #DF9EC7
Tints of Shocking #DF9EC7
RGB
CMYK
RGB Variations
Color information
#DF9EC7 (or 0xDF9EC7) is known color: Shocking. HEX triplet: DF, 9E and C7. RGB value is (223,158,199). Sum of RGB (Red+Green+Blue) = 223+158+199=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EC7 is #206138. Grayscale: #B6B6B6. Windows color (decimal): -2122041 or 13082335. OLE color: 13082335.
HSL color Cylindrical-coordinate representation of color #DF9EC7: hue angle of 322.15º 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 #DF9EC7 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 199 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.13 |
| HSL | 322.15º | 0.5% | 0.75% | - |
| HSV(B) | 322.15º | 0.29% | 0.87% | - |
| XYZ | 52.97 | 44.27 | 59.79 | - |
| YUV | 182.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 199 | 0 | 0.29 | 0.11 | 0.13 | 322.15 | 0.5 | 0.75 |
| Hex | DF | 9E | C7 | 0 | 1D | B | D | 142 | 32 | 4B |
| Octal | 337 | 236 | 307 | 0 | 35 | 13 | 15 | 502 | 62 | 113 |
| Binary | 11011111 | 10011110 | 11000111 | 0 | 11101 | 1011 | 1101 | 101000010 | 110010 | 1001011 |
Color Harmonies of #DF9EC7
Complementary color
Monochromatic Colors of #DF9EC7
Black with #DF9EC7
Text Example
Text Example
White with #DF9EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EC7; }
p { color: rgb(223,158,199); }
H1.HeaderClassName
{
color: #DF9EC7;
}
.AnyTagClassName
{
color: #DF9EC7;
}
</style>
background-color css
<style>
a { background-color: #DF9EC7; }
a { background-color: rgb(223,158,199); }
div.DivClassName
{
background-color: #DF9EC7;
}
.BgClassName
{
background-color: #DF9EC7;
}
</style>
border-color css
<style>
span { border-color: #DF9EC7; }
span { border-color: rgb(223,158,199); }
td.TdClassName
{
border-color: #DF9EC7;
}
.TagClassName
{
border-color: #DF9EC7;
}
</style>