Shades of Shocking #DF8ABC
Tints of Shocking #DF8ABC
RGB
CMYK
RGB Variations
Color information
#DF8ABC (or 0xDF8ABC) is known color: Shocking. HEX triplet: DF, 8A and BC. RGB value is (223,138,188). Sum of RGB (Red+Green+Blue) = 223+138+188=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ABC is #207543. Grayscale: #A9A9A9. Windows color (decimal): -2127172 or 12356319. OLE color: 12356319.
HSL color Cylindrical-coordinate representation of color #DF8ABC: hue angle of 324.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8ABC is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 188 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.13 |
| HSL | 324.71º | 0.57% | 0.71% | - |
| HSV(B) | 324.71º | 0.38% | 0.87% | - |
| XYZ | 48.6 | 37.5 | 52.25 | - |
| YUV | 169.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 188 | 0 | 0.38 | 0.16 | 0.13 | 324.71 | 0.57 | 0.71 |
| Hex | DF | 8A | BC | 0 | 26 | 10 | D | 145 | 39 | 47 |
| Octal | 337 | 212 | 274 | 0 | 46 | 20 | 15 | 505 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10111100 | 0 | 100110 | 10000 | 1101 | 101000101 | 111001 | 1000111 |
Color Harmonies of #DF8ABC
Complementary color
Monochromatic Colors of #DF8ABC
Black with #DF8ABC
Text Example
Text Example
White with #DF8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8ABC; }
p { color: rgb(223,138,188); }
H1.HeaderClassName
{
color: #DF8ABC;
}
.AnyTagClassName
{
color: #DF8ABC;
}
</style>
background-color css
<style>
a { background-color: #DF8ABC; }
a { background-color: rgb(223,138,188); }
div.DivClassName
{
background-color: #DF8ABC;
}
.BgClassName
{
background-color: #DF8ABC;
}
</style>
border-color css
<style>
span { border-color: #DF8ABC; }
span { border-color: rgb(223,138,188); }
td.TdClassName
{
border-color: #DF8ABC;
}
.TagClassName
{
border-color: #DF8ABC;
}
</style>