Shades of Shocking #DF9DBD
Tints of Shocking #DF9DBD
RGB
CMYK
RGB Variations
Color information
#DF9DBD (or 0xDF9DBD) is known color: Shocking. HEX triplet: DF, 9D and BD. RGB value is (223,157,189). Sum of RGB (Red+Green+Blue) = 223+157+189=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DBD is #206242. Grayscale: #B4B4B4. Windows color (decimal): -2122307 or 12426719. OLE color: 12426719.
HSL color Cylindrical-coordinate representation of color #DF9DBD: hue angle of 330.91º 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 #DF9DBD is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 189 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.13 |
| HSL | 330.91º | 0.51% | 0.75% | - |
| HSV(B) | 330.91º | 0.3% | 0.87% | - |
| XYZ | 51.67 | 43.48 | 53.81 | - |
| YUV | 180.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 189 | 0 | 0.30 | 0.15 | 0.13 | 330.91 | 0.51 | 0.75 |
| Hex | DF | 9D | BD | 0 | 1E | F | D | 14B | 33 | 4B |
| Octal | 337 | 235 | 275 | 0 | 36 | 17 | 15 | 513 | 63 | 113 |
| Binary | 11011111 | 10011101 | 10111101 | 0 | 11110 | 1111 | 1101 | 101001011 | 110011 | 1001011 |
Color Harmonies of #DF9DBD
Complementary color
Monochromatic Colors of #DF9DBD
Black with #DF9DBD
Text Example
Text Example
White with #DF9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DBD; }
p { color: rgb(223,157,189); }
H1.HeaderClassName
{
color: #DF9DBD;
}
.AnyTagClassName
{
color: #DF9DBD;
}
</style>
background-color css
<style>
a { background-color: #DF9DBD; }
a { background-color: rgb(223,157,189); }
div.DivClassName
{
background-color: #DF9DBD;
}
.BgClassName
{
background-color: #DF9DBD;
}
</style>
border-color css
<style>
span { border-color: #DF9DBD; }
span { border-color: rgb(223,157,189); }
td.TdClassName
{
border-color: #DF9DBD;
}
.TagClassName
{
border-color: #DF9DBD;
}
</style>