Shades of Shocking #DF9DCB
Tints of Shocking #DF9DCB
RGB
CMYK
RGB Variations
Color information
#DF9DCB (or 0xDF9DCB) is known color: Shocking. HEX triplet: DF, 9D and CB. RGB value is (223,157,203). Sum of RGB (Red+Green+Blue) = 223+157+203=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DCB is #206234. Grayscale: #B5B5B5. Windows color (decimal): -2122293 or 13344223. OLE color: 13344223.
HSL color Cylindrical-coordinate representation of color #DF9DCB: hue angle of 318.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 #DF9DCB is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 203 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.13 |
| HSL | 318.18º | 0.51% | 0.75% | - |
| HSV(B) | 318.18º | 0.3% | 0.87% | - |
| XYZ | 53.27 | 44.11 | 62.21 | - |
| YUV | 181.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 203 | 0 | 0.30 | 0.09 | 0.13 | 318.18 | 0.51 | 0.75 |
| Hex | DF | 9D | CB | 0 | 1E | 9 | D | 13E | 33 | 4B |
| Octal | 337 | 235 | 313 | 0 | 36 | 11 | 15 | 476 | 63 | 113 |
| Binary | 11011111 | 10011101 | 11001011 | 0 | 11110 | 1001 | 1101 | 100111110 | 110011 | 1001011 |
Color Harmonies of #DF9DCB
Complementary color
Monochromatic Colors of #DF9DCB
Black with #DF9DCB
Text Example
Text Example
White with #DF9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DCB; }
p { color: rgb(223,157,203); }
H1.HeaderClassName
{
color: #DF9DCB;
}
.AnyTagClassName
{
color: #DF9DCB;
}
</style>
background-color css
<style>
a { background-color: #DF9DCB; }
a { background-color: rgb(223,157,203); }
div.DivClassName
{
background-color: #DF9DCB;
}
.BgClassName
{
background-color: #DF9DCB;
}
</style>
border-color css
<style>
span { border-color: #DF9DCB; }
span { border-color: rgb(223,157,203); }
td.TdClassName
{
border-color: #DF9DCB;
}
.TagClassName
{
border-color: #DF9DCB;
}
</style>