Shades of Shocking #DF9DBE
Tints of Shocking #DF9DBE
RGB
CMYK
RGB Variations
Color information
#DF9DBE (or 0xDF9DBE) is known color: Shocking. HEX triplet: DF, 9D and BE. RGB value is (223,157,190). Sum of RGB (Red+Green+Blue) = 223+157+190=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DBE is #206241. Grayscale: #B4B4B4. Windows color (decimal): -2122306 or 12492255. OLE color: 12492255.
HSL color Cylindrical-coordinate representation of color #DF9DBE: hue angle of 330º 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 #DF9DBE is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 190 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.13 |
| HSL | 330º | 0.51% | 0.75% | - |
| HSV(B) | 330º | 0.3% | 0.87% | - |
| XYZ | 51.78 | 43.52 | 54.39 | - |
| YUV | 180.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 190 | 0 | 0.30 | 0.15 | 0.13 | 330 | 0.51 | 0.75 |
| Hex | DF | 9D | BE | 0 | 1E | F | D | 14A | 33 | 4B |
| Octal | 337 | 235 | 276 | 0 | 36 | 17 | 15 | 512 | 63 | 113 |
| Binary | 11011111 | 10011101 | 10111110 | 0 | 11110 | 1111 | 1101 | 101001010 | 110011 | 1001011 |
Color Harmonies of #DF9DBE
Complementary color
Monochromatic Colors of #DF9DBE
Black with #DF9DBE
Text Example
Text Example
White with #DF9DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DBE; }
p { color: rgb(223,157,190); }
H1.HeaderClassName
{
color: #DF9DBE;
}
.AnyTagClassName
{
color: #DF9DBE;
}
</style>
background-color css
<style>
a { background-color: #DF9DBE; }
a { background-color: rgb(223,157,190); }
div.DivClassName
{
background-color: #DF9DBE;
}
.BgClassName
{
background-color: #DF9DBE;
}
</style>
border-color css
<style>
span { border-color: #DF9DBE; }
span { border-color: rgb(223,157,190); }
td.TdClassName
{
border-color: #DF9DBE;
}
.TagClassName
{
border-color: #DF9DBE;
}
</style>