Shades of Shocking #DDA7BD
Tints of Shocking #DDA7BD
RGB
CMYK
RGB Variations
Color information
#DDA7BD (or 0xDDA7BD) is known color: Shocking. HEX triplet: DD, A7 and BD. RGB value is (221,167,189). Sum of RGB (Red+Green+Blue) = 221+167+189=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7BD is #225842. Grayscale: #B9B9B9. Windows color (decimal): -2250819 or 12429277. OLE color: 12429277.
HSL color Cylindrical-coordinate representation of color #DDA7BD: hue angle of 335.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA7BD is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 189 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.13 |
| HSL | 335.56º | 0.44% | 0.76% | - |
| HSV(B) | 335.56º | 0.24% | 0.87% | - |
| XYZ | 52.82 | 46.68 | 54.37 | - |
| YUV | 185.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 189 | 0 | 0.24 | 0.14 | 0.13 | 335.56 | 0.44 | 0.76 |
| Hex | DD | A7 | BD | 0 | 18 | E | D | 150 | 2C | 4C |
| Octal | 335 | 247 | 275 | 0 | 30 | 16 | 15 | 520 | 54 | 114 |
| Binary | 11011101 | 10100111 | 10111101 | 0 | 11000 | 1110 | 1101 | 101010000 | 101100 | 1001100 |
Color Harmonies of #DDA7BD
Complementary color
Monochromatic Colors of #DDA7BD
Black with #DDA7BD
Text Example
Text Example
White with #DDA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7BD; }
p { color: rgb(221,167,189); }
H1.HeaderClassName
{
color: #DDA7BD;
}
.AnyTagClassName
{
color: #DDA7BD;
}
</style>
background-color css
<style>
a { background-color: #DDA7BD; }
a { background-color: rgb(221,167,189); }
div.DivClassName
{
background-color: #DDA7BD;
}
.BgClassName
{
background-color: #DDA7BD;
}
</style>
border-color css
<style>
span { border-color: #DDA7BD; }
span { border-color: rgb(221,167,189); }
td.TdClassName
{
border-color: #DDA7BD;
}
.TagClassName
{
border-color: #DDA7BD;
}
</style>