Shades of Shocking #DDA1C6
Tints of Shocking #DDA1C6
RGB
CMYK
RGB Variations
Color information
#DDA1C6 (or 0xDDA1C6) is known color: Shocking. HEX triplet: DD, A1 and C6. RGB value is (221,161,198). Sum of RGB (Red+Green+Blue) = 221+161+198=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1C6 is #225E39. Grayscale: #B7B7B7. Windows color (decimal): -2252346 or 13017565. OLE color: 13017565.
HSL color Cylindrical-coordinate representation of color #DDA1C6: hue angle of 323º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA1C6 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 198 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.13 |
| HSL | 323º | 0.47% | 0.75% | - |
| HSV(B) | 323º | 0.27% | 0.87% | - |
| XYZ | 52.76 | 44.94 | 59.32 | - |
| YUV | 183.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 198 | 0 | 0.27 | 0.10 | 0.13 | 323 | 0.47 | 0.75 |
| Hex | DD | A1 | C6 | 0 | 1B | A | D | 143 | 2F | 4B |
| Octal | 335 | 241 | 306 | 0 | 33 | 12 | 15 | 503 | 57 | 113 |
| Binary | 11011101 | 10100001 | 11000110 | 0 | 11011 | 1010 | 1101 | 101000011 | 101111 | 1001011 |
Color Harmonies of #DDA1C6
Complementary color
Monochromatic Colors of #DDA1C6
Black with #DDA1C6
Text Example
Text Example
White with #DDA1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1C6; }
p { color: rgb(221,161,198); }
H1.HeaderClassName
{
color: #DDA1C6;
}
.AnyTagClassName
{
color: #DDA1C6;
}
</style>
background-color css
<style>
a { background-color: #DDA1C6; }
a { background-color: rgb(221,161,198); }
div.DivClassName
{
background-color: #DDA1C6;
}
.BgClassName
{
background-color: #DDA1C6;
}
</style>
border-color css
<style>
span { border-color: #DDA1C6; }
span { border-color: rgb(221,161,198); }
td.TdClassName
{
border-color: #DDA1C6;
}
.TagClassName
{
border-color: #DDA1C6;
}
</style>