Shades of Shocking #DCA5C2
Tints of Shocking #DCA5C2
RGB
CMYK
RGB Variations
Color information
#DCA5C2 (or 0xDCA5C2) is known color: Shocking. HEX triplet: DC, A5 and C2. RGB value is (220,165,194). Sum of RGB (Red+Green+Blue) = 220+165+194=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5C2 is #235A3D. Grayscale: #B8B8B8. Windows color (decimal): -2316862 or 12756444. OLE color: 12756444.
HSL color Cylindrical-coordinate representation of color #DCA5C2: hue angle of 328.36º 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 #DCA5C2 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 194 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.14 |
| HSL | 328.36º | 0.44% | 0.75% | - |
| HSV(B) | 328.36º | 0.25% | 0.86% | - |
| XYZ | 52.71 | 46.02 | 57.14 | - |
| YUV | 184.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 194 | 0 | 0.25 | 0.12 | 0.14 | 328.36 | 0.44 | 0.75 |
| Hex | DC | A5 | C2 | 0 | 19 | C | E | 148 | 2C | 4B |
| Octal | 334 | 245 | 302 | 0 | 31 | 14 | 16 | 510 | 54 | 113 |
| Binary | 11011100 | 10100101 | 11000010 | 0 | 11001 | 1100 | 1110 | 101001000 | 101100 | 1001011 |
Color Harmonies of #DCA5C2
Complementary color
Monochromatic Colors of #DCA5C2
Black with #DCA5C2
Text Example
Text Example
White with #DCA5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA5C2; }
p { color: rgb(220,165,194); }
H1.HeaderClassName
{
color: #DCA5C2;
}
.AnyTagClassName
{
color: #DCA5C2;
}
</style>
background-color css
<style>
a { background-color: #DCA5C2; }
a { background-color: rgb(220,165,194); }
div.DivClassName
{
background-color: #DCA5C2;
}
.BgClassName
{
background-color: #DCA5C2;
}
</style>
border-color css
<style>
span { border-color: #DCA5C2; }
span { border-color: rgb(220,165,194); }
td.TdClassName
{
border-color: #DCA5C2;
}
.TagClassName
{
border-color: #DCA5C2;
}
</style>