Shades of Shocking #DFA6C3
Tints of Shocking #DFA6C3
RGB
CMYK
RGB Variations
Color information
#DFA6C3 (or 0xDFA6C3) is known color: Shocking. HEX triplet: DF, A6 and C3. RGB value is (223,166,195). Sum of RGB (Red+Green+Blue) = 223+166+195=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6C3 is #20593C. Grayscale: #BABABA. Windows color (decimal): -2119997 or 12822239. OLE color: 12822239.
HSL color Cylindrical-coordinate representation of color #DFA6C3: hue angle of 329.47º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA6C3 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 195 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.13 |
| HSL | 329.47º | 0.47% | 0.76% | - |
| HSV(B) | 329.47º | 0.26% | 0.87% | - |
| XYZ | 53.92 | 46.9 | 57.84 | - |
| YUV | 186.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 195 | 0 | 0.26 | 0.13 | 0.13 | 329.47 | 0.47 | 0.76 |
| Hex | DF | A6 | C3 | 0 | 1A | D | D | 149 | 2F | 4C |
| Octal | 337 | 246 | 303 | 0 | 32 | 15 | 15 | 511 | 57 | 114 |
| Binary | 11011111 | 10100110 | 11000011 | 0 | 11010 | 1101 | 1101 | 101001001 | 101111 | 1001100 |
Color Harmonies of #DFA6C3
Complementary color
Monochromatic Colors of #DFA6C3
Black with #DFA6C3
Text Example
Text Example
White with #DFA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA6C3; }
p { color: rgb(223,166,195); }
H1.HeaderClassName
{
color: #DFA6C3;
}
.AnyTagClassName
{
color: #DFA6C3;
}
</style>
background-color css
<style>
a { background-color: #DFA6C3; }
a { background-color: rgb(223,166,195); }
div.DivClassName
{
background-color: #DFA6C3;
}
.BgClassName
{
background-color: #DFA6C3;
}
</style>
border-color css
<style>
span { border-color: #DFA6C3; }
span { border-color: rgb(223,166,195); }
td.TdClassName
{
border-color: #DFA6C3;
}
.TagClassName
{
border-color: #DFA6C3;
}
</style>