Shades of Shocking #DF9FCC
Tints of Shocking #DF9FCC
RGB
CMYK
RGB Variations
Color information
#DF9FCC (or 0xDF9FCC) is known color: Shocking. HEX triplet: DF, 9F and CC. RGB value is (223,159,204). Sum of RGB (Red+Green+Blue) = 223+159+204=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FCC is #206033. Grayscale: #B7B7B7. Windows color (decimal): -2121780 or 13410271. OLE color: 13410271.
HSL color Cylindrical-coordinate representation of color #DF9FCC: hue angle of 317.81º 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 #DF9FCC is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 204 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.13 |
| HSL | 317.81º | 0.5% | 0.75% | - |
| HSV(B) | 317.81º | 0.29% | 0.87% | - |
| XYZ | 53.73 | 44.84 | 62.95 | - |
| YUV | 183.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 204 | 0 | 0.29 | 0.09 | 0.13 | 317.81 | 0.5 | 0.75 |
| Hex | DF | 9F | CC | 0 | 1D | 9 | D | 13E | 32 | 4B |
| Octal | 337 | 237 | 314 | 0 | 35 | 11 | 15 | 476 | 62 | 113 |
| Binary | 11011111 | 10011111 | 11001100 | 0 | 11101 | 1001 | 1101 | 100111110 | 110010 | 1001011 |
Color Harmonies of #DF9FCC
Complementary color
Monochromatic Colors of #DF9FCC
Black with #DF9FCC
Text Example
Text Example
White with #DF9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FCC; }
p { color: rgb(223,159,204); }
H1.HeaderClassName
{
color: #DF9FCC;
}
.AnyTagClassName
{
color: #DF9FCC;
}
</style>
background-color css
<style>
a { background-color: #DF9FCC; }
a { background-color: rgb(223,159,204); }
div.DivClassName
{
background-color: #DF9FCC;
}
.BgClassName
{
background-color: #DF9FCC;
}
</style>
border-color css
<style>
span { border-color: #DF9FCC; }
span { border-color: rgb(223,159,204); }
td.TdClassName
{
border-color: #DF9FCC;
}
.TagClassName
{
border-color: #DF9FCC;
}
</style>