Shades of Shocking #DF9DC0
Tints of Shocking #DF9DC0
RGB
CMYK
RGB Variations
Color information
#DF9DC0 (or 0xDF9DC0) is known color: Shocking. HEX triplet: DF, 9D and C0. RGB value is (223,157,192). Sum of RGB (Red+Green+Blue) = 223+157+192=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DC0 is #20623F. Grayscale: #B4B4B4. Windows color (decimal): -2122304 or 12623327. OLE color: 12623327.
HSL color Cylindrical-coordinate representation of color #DF9DC0: hue angle of 328.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DC0 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 192 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.13 |
| HSL | 328.18º | 0.51% | 0.75% | - |
| HSV(B) | 328.18º | 0.3% | 0.87% | - |
| XYZ | 52 | 43.61 | 55.55 | - |
| YUV | 180.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 192 | 0 | 0.30 | 0.14 | 0.13 | 328.18 | 0.51 | 0.75 |
| Hex | DF | 9D | C0 | 0 | 1E | E | D | 148 | 33 | 4B |
| Octal | 337 | 235 | 300 | 0 | 36 | 16 | 15 | 510 | 63 | 113 |
| Binary | 11011111 | 10011101 | 11000000 | 0 | 11110 | 1110 | 1101 | 101001000 | 110011 | 1001011 |
Color Harmonies of #DF9DC0
Complementary color
Monochromatic Colors of #DF9DC0
Black with #DF9DC0
Text Example
Text Example
White with #DF9DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DC0; }
p { color: rgb(223,157,192); }
H1.HeaderClassName
{
color: #DF9DC0;
}
.AnyTagClassName
{
color: #DF9DC0;
}
</style>
background-color css
<style>
a { background-color: #DF9DC0; }
a { background-color: rgb(223,157,192); }
div.DivClassName
{
background-color: #DF9DC0;
}
.BgClassName
{
background-color: #DF9DC0;
}
</style>
border-color css
<style>
span { border-color: #DF9DC0; }
span { border-color: rgb(223,157,192); }
td.TdClassName
{
border-color: #DF9DC0;
}
.TagClassName
{
border-color: #DF9DC0;
}
</style>