Shades of Shocking #DCA4BD
Tints of Shocking #DCA4BD
RGB
CMYK
RGB Variations
Color information
#DCA4BD (or 0xDCA4BD) is known color: Shocking. HEX triplet: DC, A4 and BD. RGB value is (220,164,189). Sum of RGB (Red+Green+Blue) = 220+164+189=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4BD is #235B42. Grayscale: #B7B7B7. Windows color (decimal): -2317123 or 12428508. OLE color: 12428508.
HSL color Cylindrical-coordinate representation of color #DCA4BD: hue angle of 333.21º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA4BD is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 164 | 189 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.14 |
| HSL | 333.21º | 0.44% | 0.75% | - |
| HSV(B) | 333.21º | 0.25% | 0.86% | - |
| XYZ | 51.98 | 45.44 | 54.18 | - |
| YUV | 183.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 189 | 0 | 0.25 | 0.14 | 0.14 | 333.21 | 0.44 | 0.75 |
| Hex | DC | A4 | BD | 0 | 19 | E | E | 14D | 2C | 4B |
| Octal | 334 | 244 | 275 | 0 | 31 | 16 | 16 | 515 | 54 | 113 |
| Binary | 11011100 | 10100100 | 10111101 | 0 | 11001 | 1110 | 1110 | 101001101 | 101100 | 1001011 |
Color Harmonies of #DCA4BD
Complementary color
Monochromatic Colors of #DCA4BD
Black with #DCA4BD
Text Example
Text Example
White with #DCA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA4BD; }
p { color: rgb(220,164,189); }
H1.HeaderClassName
{
color: #DCA4BD;
}
.AnyTagClassName
{
color: #DCA4BD;
}
</style>
background-color css
<style>
a { background-color: #DCA4BD; }
a { background-color: rgb(220,164,189); }
div.DivClassName
{
background-color: #DCA4BD;
}
.BgClassName
{
background-color: #DCA4BD;
}
</style>
border-color css
<style>
span { border-color: #DCA4BD; }
span { border-color: rgb(220,164,189); }
td.TdClassName
{
border-color: #DCA4BD;
}
.TagClassName
{
border-color: #DCA4BD;
}
</style>