Shades of Shocking #DDA6BB
Tints of Shocking #DDA6BB
RGB
CMYK
RGB Variations
Color information
#DDA6BB (or 0xDDA6BB) is known color: Shocking. HEX triplet: DD, A6 and BB. RGB value is (221,166,187). Sum of RGB (Red+Green+Blue) = 221+166+187=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6BB is #225944. Grayscale: #B8B8B8. Windows color (decimal): -2251077 or 12297949. OLE color: 12297949.
HSL color Cylindrical-coordinate representation of color #DDA6BB: hue angle of 337.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 #DDA6BB is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 187 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.13 |
| HSL | 337.09º | 0.45% | 0.76% | - |
| HSV(B) | 337.09º | 0.25% | 0.87% | - |
| XYZ | 52.42 | 46.23 | 53.17 | - |
| YUV | 184.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 187 | 0 | 0.25 | 0.15 | 0.13 | 337.09 | 0.45 | 0.76 |
| Hex | DD | A6 | BB | 0 | 19 | F | D | 151 | 2D | 4C |
| Octal | 335 | 246 | 273 | 0 | 31 | 17 | 15 | 521 | 55 | 114 |
| Binary | 11011101 | 10100110 | 10111011 | 0 | 11001 | 1111 | 1101 | 101010001 | 101101 | 1001100 |
Color Harmonies of #DDA6BB
Complementary color
Monochromatic Colors of #DDA6BB
Black with #DDA6BB
Text Example
Text Example
White with #DDA6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6BB; }
p { color: rgb(221,166,187); }
H1.HeaderClassName
{
color: #DDA6BB;
}
.AnyTagClassName
{
color: #DDA6BB;
}
</style>
background-color css
<style>
a { background-color: #DDA6BB; }
a { background-color: rgb(221,166,187); }
div.DivClassName
{
background-color: #DDA6BB;
}
.BgClassName
{
background-color: #DDA6BB;
}
</style>
border-color css
<style>
span { border-color: #DDA6BB; }
span { border-color: rgb(221,166,187); }
td.TdClassName
{
border-color: #DDA6BB;
}
.TagClassName
{
border-color: #DDA6BB;
}
</style>