Shades of Shocking #DF9DBB
Tints of Shocking #DF9DBB
RGB
CMYK
RGB Variations
Color information
#DF9DBB (or 0xDF9DBB) is known color: Shocking. HEX triplet: DF, 9D and BB. RGB value is (223,157,187). Sum of RGB (Red+Green+Blue) = 223+157+187=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DBB is #206244. Grayscale: #B4B4B4. Windows color (decimal): -2122309 or 12295647. OLE color: 12295647.
HSL color Cylindrical-coordinate representation of color #DF9DBB: hue angle of 332.73º 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 #DF9DBB is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 187 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.13 |
| HSL | 332.73º | 0.51% | 0.75% | - |
| HSV(B) | 332.73º | 0.3% | 0.87% | - |
| XYZ | 51.46 | 43.39 | 52.68 | - |
| YUV | 180.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 187 | 0 | 0.30 | 0.16 | 0.13 | 332.73 | 0.51 | 0.75 |
| Hex | DF | 9D | BB | 0 | 1E | 10 | D | 14D | 33 | 4B |
| Octal | 337 | 235 | 273 | 0 | 36 | 20 | 15 | 515 | 63 | 113 |
| Binary | 11011111 | 10011101 | 10111011 | 0 | 11110 | 10000 | 1101 | 101001101 | 110011 | 1001011 |
Color Harmonies of #DF9DBB
Complementary color
Monochromatic Colors of #DF9DBB
Black with #DF9DBB
Text Example
Text Example
White with #DF9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DBB; }
p { color: rgb(223,157,187); }
H1.HeaderClassName
{
color: #DF9DBB;
}
.AnyTagClassName
{
color: #DF9DBB;
}
</style>
background-color css
<style>
a { background-color: #DF9DBB; }
a { background-color: rgb(223,157,187); }
div.DivClassName
{
background-color: #DF9DBB;
}
.BgClassName
{
background-color: #DF9DBB;
}
</style>
border-color css
<style>
span { border-color: #DF9DBB; }
span { border-color: rgb(223,157,187); }
td.TdClassName
{
border-color: #DF9DBB;
}
.TagClassName
{
border-color: #DF9DBB;
}
</style>