Shades of Shocking #DDA6C6
Tints of Shocking #DDA6C6
RGB
CMYK
RGB Variations
Color information
#DDA6C6 (or 0xDDA6C6) is known color: Shocking. HEX triplet: DD, A6 and C6. RGB value is (221,166,198). Sum of RGB (Red+Green+Blue) = 221+166+198=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6C6 is #225939. Grayscale: #BABABA. Windows color (decimal): -2251066 or 13018845. OLE color: 13018845.
HSL color Cylindrical-coordinate representation of color #DDA6C6: hue angle of 325.09º 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 #DDA6C6 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 198 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.13 |
| HSL | 325.09º | 0.45% | 0.76% | - |
| HSV(B) | 325.09º | 0.25% | 0.87% | - |
| XYZ | 53.65 | 46.72 | 59.62 | - |
| YUV | 186.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 198 | 0 | 0.25 | 0.10 | 0.13 | 325.09 | 0.45 | 0.76 |
| Hex | DD | A6 | C6 | 0 | 19 | A | D | 145 | 2D | 4C |
| Octal | 335 | 246 | 306 | 0 | 31 | 12 | 15 | 505 | 55 | 114 |
| Binary | 11011101 | 10100110 | 11000110 | 0 | 11001 | 1010 | 1101 | 101000101 | 101101 | 1001100 |
Color Harmonies of #DDA6C6
Complementary color
Monochromatic Colors of #DDA6C6
Black with #DDA6C6
Text Example
Text Example
White with #DDA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6C6; }
p { color: rgb(221,166,198); }
H1.HeaderClassName
{
color: #DDA6C6;
}
.AnyTagClassName
{
color: #DDA6C6;
}
</style>
background-color css
<style>
a { background-color: #DDA6C6; }
a { background-color: rgb(221,166,198); }
div.DivClassName
{
background-color: #DDA6C6;
}
.BgClassName
{
background-color: #DDA6C6;
}
</style>
border-color css
<style>
span { border-color: #DDA6C6; }
span { border-color: rgb(221,166,198); }
td.TdClassName
{
border-color: #DDA6C6;
}
.TagClassName
{
border-color: #DDA6C6;
}
</style>