Shades of Shocking #DDA4BD
Tints of Shocking #DDA4BD
RGB
CMYK
RGB Variations
Color information
#DDA4BD (or 0xDDA4BD) is known color: Shocking. HEX triplet: DD, A4 and BD. RGB value is (221,164,189). Sum of RGB (Red+Green+Blue) = 221+164+189=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4BD is #225B42. Grayscale: #B7B7B7. Windows color (decimal): -2251587 or 12428509. OLE color: 12428509.
HSL color Cylindrical-coordinate representation of color #DDA4BD: hue angle of 333.68º 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 #DDA4BD is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 189 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.13 |
| HSL | 333.68º | 0.46% | 0.75% | - |
| HSV(B) | 333.68º | 0.26% | 0.87% | - |
| XYZ | 52.28 | 45.6 | 54.19 | - |
| YUV | 183.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 189 | 0 | 0.26 | 0.14 | 0.13 | 333.68 | 0.46 | 0.75 |
| Hex | DD | A4 | BD | 0 | 1A | E | D | 14E | 2E | 4B |
| Octal | 335 | 244 | 275 | 0 | 32 | 16 | 15 | 516 | 56 | 113 |
| Binary | 11011101 | 10100100 | 10111101 | 0 | 11010 | 1110 | 1101 | 101001110 | 101110 | 1001011 |
Color Harmonies of #DDA4BD
Complementary color
Monochromatic Colors of #DDA4BD
Black with #DDA4BD
Text Example
Text Example
White with #DDA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4BD; }
p { color: rgb(221,164,189); }
H1.HeaderClassName
{
color: #DDA4BD;
}
.AnyTagClassName
{
color: #DDA4BD;
}
</style>
background-color css
<style>
a { background-color: #DDA4BD; }
a { background-color: rgb(221,164,189); }
div.DivClassName
{
background-color: #DDA4BD;
}
.BgClassName
{
background-color: #DDA4BD;
}
</style>
border-color css
<style>
span { border-color: #DDA4BD; }
span { border-color: rgb(221,164,189); }
td.TdClassName
{
border-color: #DDA4BD;
}
.TagClassName
{
border-color: #DDA4BD;
}
</style>