Shades of Shocking #DDA6C0
Tints of Shocking #DDA6C0
RGB
CMYK
RGB Variations
Color information
#DDA6C0 (or 0xDDA6C0) is known color: Shocking. HEX triplet: DD, A6 and C0. RGB value is (221,166,192). Sum of RGB (Red+Green+Blue) = 221+166+192=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6C0 is #22593F. Grayscale: #B9B9B9. Windows color (decimal): -2251072 or 12625629. OLE color: 12625629.
HSL color Cylindrical-coordinate representation of color #DDA6C0: hue angle of 331.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6C0 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 192 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.13 |
| HSL | 331.64º | 0.45% | 0.76% | - |
| HSV(B) | 331.64º | 0.25% | 0.87% | - |
| XYZ | 52.97 | 46.45 | 56.04 | - |
| YUV | 185.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 192 | 0 | 0.25 | 0.13 | 0.13 | 331.64 | 0.45 | 0.76 |
| Hex | DD | A6 | C0 | 0 | 19 | D | D | 14C | 2D | 4C |
| Octal | 335 | 246 | 300 | 0 | 31 | 15 | 15 | 514 | 55 | 114 |
| Binary | 11011101 | 10100110 | 11000000 | 0 | 11001 | 1101 | 1101 | 101001100 | 101101 | 1001100 |
Color Harmonies of #DDA6C0
Complementary color
Monochromatic Colors of #DDA6C0
Black with #DDA6C0
Text Example
Text Example
White with #DDA6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6C0; }
p { color: rgb(221,166,192); }
H1.HeaderClassName
{
color: #DDA6C0;
}
.AnyTagClassName
{
color: #DDA6C0;
}
</style>
background-color css
<style>
a { background-color: #DDA6C0; }
a { background-color: rgb(221,166,192); }
div.DivClassName
{
background-color: #DDA6C0;
}
.BgClassName
{
background-color: #DDA6C0;
}
</style>
border-color css
<style>
span { border-color: #DDA6C0; }
span { border-color: rgb(221,166,192); }
td.TdClassName
{
border-color: #DDA6C0;
}
.TagClassName
{
border-color: #DDA6C0;
}
</style>