Shades of Shocking #DDA4BB
Tints of Shocking #DDA4BB
RGB
CMYK
RGB Variations
Color information
#DDA4BB (or 0xDDA4BB) is known color: Shocking. HEX triplet: DD, A4 and BB. RGB value is (221,164,187). Sum of RGB (Red+Green+Blue) = 221+164+187=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4BB is #225B44. Grayscale: #B7B7B7. Windows color (decimal): -2251589 or 12297437. OLE color: 12297437.
HSL color Cylindrical-coordinate representation of color #DDA4BB: hue angle of 335.79º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA4BB is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 187 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.13 |
| HSL | 335.79º | 0.46% | 0.75% | - |
| HSV(B) | 335.79º | 0.26% | 0.87% | - |
| XYZ | 52.06 | 45.51 | 53.05 | - |
| YUV | 183.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 187 | 0 | 0.26 | 0.15 | 0.13 | 335.79 | 0.46 | 0.75 |
| Hex | DD | A4 | BB | 0 | 1A | F | D | 150 | 2E | 4B |
| Octal | 335 | 244 | 273 | 0 | 32 | 17 | 15 | 520 | 56 | 113 |
| Binary | 11011101 | 10100100 | 10111011 | 0 | 11010 | 1111 | 1101 | 101010000 | 101110 | 1001011 |
Color Harmonies of #DDA4BB
Complementary color
Monochromatic Colors of #DDA4BB
Black with #DDA4BB
Text Example
Text Example
White with #DDA4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4BB; }
p { color: rgb(221,164,187); }
H1.HeaderClassName
{
color: #DDA4BB;
}
.AnyTagClassName
{
color: #DDA4BB;
}
</style>
background-color css
<style>
a { background-color: #DDA4BB; }
a { background-color: rgb(221,164,187); }
div.DivClassName
{
background-color: #DDA4BB;
}
.BgClassName
{
background-color: #DDA4BB;
}
</style>
border-color css
<style>
span { border-color: #DDA4BB; }
span { border-color: rgb(221,164,187); }
td.TdClassName
{
border-color: #DDA4BB;
}
.TagClassName
{
border-color: #DDA4BB;
}
</style>