Shades of Shocking #DF9AB6
Tints of Shocking #DF9AB6
RGB
CMYK
RGB Variations
Color information
#DF9AB6 (or 0xDF9AB6) is known color: Shocking. HEX triplet: DF, 9A and B6. RGB value is (223,154,182). Sum of RGB (Red+Green+Blue) = 223+154+182=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AB6 is #206549. Grayscale: #B1B1B1. Windows color (decimal): -2123082 or 11967199. OLE color: 11967199.
HSL color Cylindrical-coordinate representation of color #DF9AB6: hue angle of 335.65º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9AB6 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 182 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.13 |
| HSL | 335.65º | 0.52% | 0.74% | - |
| HSV(B) | 335.65º | 0.31% | 0.87% | - |
| XYZ | 50.43 | 42.18 | 49.74 | - |
| YUV | 177.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 182 | 0 | 0.31 | 0.18 | 0.13 | 335.65 | 0.52 | 0.74 |
| Hex | DF | 9A | B6 | 0 | 1F | 12 | D | 150 | 34 | 4A |
| Octal | 337 | 232 | 266 | 0 | 37 | 22 | 15 | 520 | 64 | 112 |
| Binary | 11011111 | 10011010 | 10110110 | 0 | 11111 | 10010 | 1101 | 101010000 | 110100 | 1001010 |
Color Harmonies of #DF9AB6
Complementary color
Monochromatic Colors of #DF9AB6
Black with #DF9AB6
Text Example
Text Example
White with #DF9AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AB6; }
p { color: rgb(223,154,182); }
H1.HeaderClassName
{
color: #DF9AB6;
}
.AnyTagClassName
{
color: #DF9AB6;
}
</style>
background-color css
<style>
a { background-color: #DF9AB6; }
a { background-color: rgb(223,154,182); }
div.DivClassName
{
background-color: #DF9AB6;
}
.BgClassName
{
background-color: #DF9AB6;
}
</style>
border-color css
<style>
span { border-color: #DF9AB6; }
span { border-color: rgb(223,154,182); }
td.TdClassName
{
border-color: #DF9AB6;
}
.TagClassName
{
border-color: #DF9AB6;
}
</style>