Shades of Shocking #DF8AB8
Tints of Shocking #DF8AB8
RGB
CMYK
RGB Variations
Color information
#DF8AB8 (or 0xDF8AB8) is known color: Shocking. HEX triplet: DF, 8A and B8. RGB value is (223,138,184). Sum of RGB (Red+Green+Blue) = 223+138+184=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AB8 is #207547. Grayscale: #A8A8A8. Windows color (decimal): -2127176 or 12094175. OLE color: 12094175.
HSL color Cylindrical-coordinate representation of color #DF8AB8: hue angle of 327.53º 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 #DF8AB8 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 184 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.13 |
| HSL | 327.53º | 0.57% | 0.71% | - |
| HSV(B) | 327.53º | 0.38% | 0.87% | - |
| XYZ | 48.17 | 37.33 | 50.01 | - |
| YUV | 168.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 184 | 0 | 0.38 | 0.17 | 0.13 | 327.53 | 0.57 | 0.71 |
| Hex | DF | 8A | B8 | 0 | 26 | 11 | D | 148 | 39 | 47 |
| Octal | 337 | 212 | 270 | 0 | 46 | 21 | 15 | 510 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10111000 | 0 | 100110 | 10001 | 1101 | 101001000 | 111001 | 1000111 |
Color Harmonies of #DF8AB8
Complementary color
Monochromatic Colors of #DF8AB8
Black with #DF8AB8
Text Example
Text Example
White with #DF8AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AB8; }
p { color: rgb(223,138,184); }
H1.HeaderClassName
{
color: #DF8AB8;
}
.AnyTagClassName
{
color: #DF8AB8;
}
</style>
background-color css
<style>
a { background-color: #DF8AB8; }
a { background-color: rgb(223,138,184); }
div.DivClassName
{
background-color: #DF8AB8;
}
.BgClassName
{
background-color: #DF8AB8;
}
</style>
border-color css
<style>
span { border-color: #DF8AB8; }
span { border-color: rgb(223,138,184); }
td.TdClassName
{
border-color: #DF8AB8;
}
.TagClassName
{
border-color: #DF8AB8;
}
</style>