Shades of Shocking #DF8ABD
Tints of Shocking #DF8ABD
RGB
CMYK
RGB Variations
Color information
#DF8ABD (or 0xDF8ABD) is known color: Shocking. HEX triplet: DF, 8A and BD. RGB value is (223,138,189). Sum of RGB (Red+Green+Blue) = 223+138+189=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ABD is #207542. Grayscale: #A9A9A9. Windows color (decimal): -2127171 or 12421855. OLE color: 12421855.
HSL color Cylindrical-coordinate representation of color #DF8ABD: hue angle of 324º 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 #DF8ABD is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 189 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.13 |
| HSL | 324º | 0.57% | 0.71% | - |
| HSV(B) | 324º | 0.38% | 0.87% | - |
| XYZ | 48.71 | 37.54 | 52.82 | - |
| YUV | 169.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 189 | 0 | 0.38 | 0.15 | 0.13 | 324 | 0.57 | 0.71 |
| Hex | DF | 8A | BD | 0 | 26 | F | D | 144 | 39 | 47 |
| Octal | 337 | 212 | 275 | 0 | 46 | 17 | 15 | 504 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10111101 | 0 | 100110 | 1111 | 1101 | 101000100 | 111001 | 1000111 |
Color Harmonies of #DF8ABD
Complementary color
Monochromatic Colors of #DF8ABD
Black with #DF8ABD
Text Example
Text Example
White with #DF8ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8ABD; }
p { color: rgb(223,138,189); }
H1.HeaderClassName
{
color: #DF8ABD;
}
.AnyTagClassName
{
color: #DF8ABD;
}
</style>
background-color css
<style>
a { background-color: #DF8ABD; }
a { background-color: rgb(223,138,189); }
div.DivClassName
{
background-color: #DF8ABD;
}
.BgClassName
{
background-color: #DF8ABD;
}
</style>
border-color css
<style>
span { border-color: #DF8ABD; }
span { border-color: rgb(223,138,189); }
td.TdClassName
{
border-color: #DF8ABD;
}
.TagClassName
{
border-color: #DF8ABD;
}
</style>