Shades of Shocking #DDA5BC
Tints of Shocking #DDA5BC
RGB
CMYK
RGB Variations
Color information
#DDA5BC (or 0xDDA5BC) is known color: Shocking. HEX triplet: DD, A5 and BC. RGB value is (221,165,188). Sum of RGB (Red+Green+Blue) = 221+165+188=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5BC is #225A43. Grayscale: #B8B8B8. Windows color (decimal): -2251332 or 12363229. OLE color: 12363229.
HSL color Cylindrical-coordinate representation of color #DDA5BC: hue angle of 335.36º 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 #DDA5BC is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 188 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.13 |
| HSL | 335.36º | 0.45% | 0.76% | - |
| HSV(B) | 335.36º | 0.25% | 0.87% | - |
| XYZ | 52.35 | 45.91 | 53.68 | - |
| YUV | 184.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 188 | 0 | 0.25 | 0.15 | 0.13 | 335.36 | 0.45 | 0.76 |
| Hex | DD | A5 | BC | 0 | 19 | F | D | 14F | 2D | 4C |
| Octal | 335 | 245 | 274 | 0 | 31 | 17 | 15 | 517 | 55 | 114 |
| Binary | 11011101 | 10100101 | 10111100 | 0 | 11001 | 1111 | 1101 | 101001111 | 101101 | 1001100 |
Color Harmonies of #DDA5BC
Complementary color
Monochromatic Colors of #DDA5BC
Black with #DDA5BC
Text Example
Text Example
White with #DDA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5BC; }
p { color: rgb(221,165,188); }
H1.HeaderClassName
{
color: #DDA5BC;
}
.AnyTagClassName
{
color: #DDA5BC;
}
</style>
background-color css
<style>
a { background-color: #DDA5BC; }
a { background-color: rgb(221,165,188); }
div.DivClassName
{
background-color: #DDA5BC;
}
.BgClassName
{
background-color: #DDA5BC;
}
</style>
border-color css
<style>
span { border-color: #DDA5BC; }
span { border-color: rgb(221,165,188); }
td.TdClassName
{
border-color: #DDA5BC;
}
.TagClassName
{
border-color: #DDA5BC;
}
</style>