Shades of Shocking #DDA0BD
Tints of Shocking #DDA0BD
RGB
CMYK
RGB Variations
Color information
#DDA0BD (or 0xDDA0BD) is known color: Shocking. HEX triplet: DD, A0 and BD. RGB value is (221,160,189). Sum of RGB (Red+Green+Blue) = 221+160+189=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0BD is #225F42. Grayscale: #B5B5B5. Windows color (decimal): -2252611 or 12427485. OLE color: 12427485.
HSL color Cylindrical-coordinate representation of color #DDA0BD: hue angle of 331.48º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0BD is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 189 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.13 |
| HSL | 331.48º | 0.47% | 0.75% | - |
| HSV(B) | 331.48º | 0.28% | 0.87% | - |
| XYZ | 51.57 | 44.19 | 53.95 | - |
| YUV | 181.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 189 | 0 | 0.28 | 0.14 | 0.13 | 331.48 | 0.47 | 0.75 |
| Hex | DD | A0 | BD | 0 | 1C | E | D | 14B | 2F | 4B |
| Octal | 335 | 240 | 275 | 0 | 34 | 16 | 15 | 513 | 57 | 113 |
| Binary | 11011101 | 10100000 | 10111101 | 0 | 11100 | 1110 | 1101 | 101001011 | 101111 | 1001011 |
Color Harmonies of #DDA0BD
Complementary color
Monochromatic Colors of #DDA0BD
Black with #DDA0BD
Text Example
Text Example
White with #DDA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0BD; }
p { color: rgb(221,160,189); }
H1.HeaderClassName
{
color: #DDA0BD;
}
.AnyTagClassName
{
color: #DDA0BD;
}
</style>
background-color css
<style>
a { background-color: #DDA0BD; }
a { background-color: rgb(221,160,189); }
div.DivClassName
{
background-color: #DDA0BD;
}
.BgClassName
{
background-color: #DDA0BD;
}
</style>
border-color css
<style>
span { border-color: #DDA0BD; }
span { border-color: rgb(221,160,189); }
td.TdClassName
{
border-color: #DDA0BD;
}
.TagClassName
{
border-color: #DDA0BD;
}
</style>