Shades of Shocking #DC87BA
Tints of Shocking #DC87BA
RGB
CMYK
RGB Variations
Color information
#DC87BA (or 0xDC87BA) is known color: Shocking. HEX triplet: DC, 87 and BA. RGB value is (220,135,186). Sum of RGB (Red+Green+Blue) = 220+135+186=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87BA is #237845. Grayscale: #A6A6A6. Windows color (decimal): -2324550 or 12224476. OLE color: 12224476.
HSL color Cylindrical-coordinate representation of color #DC87BA: hue angle of 324º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87BA is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 186 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.14 |
| HSL | 324º | 0.55% | 0.7% | - |
| HSV(B) | 324º | 0.39% | 0.86% | - |
| XYZ | 47.04 | 36.09 | 50.94 | - |
| YUV | 166.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 186 | 0 | 0.39 | 0.15 | 0.14 | 324 | 0.55 | 0.7 |
| Hex | DC | 87 | BA | 0 | 27 | F | E | 144 | 37 | 46 |
| Octal | 334 | 207 | 272 | 0 | 47 | 17 | 16 | 504 | 67 | 106 |
| Binary | 11011100 | 10000111 | 10111010 | 0 | 100111 | 1111 | 1110 | 101000100 | 110111 | 1000110 |
Color Harmonies of #DC87BA
Complementary color
Monochromatic Colors of #DC87BA
Black with #DC87BA
Text Example
Text Example
White with #DC87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87BA; }
p { color: rgb(220,135,186); }
H1.HeaderClassName
{
color: #DC87BA;
}
.AnyTagClassName
{
color: #DC87BA;
}
</style>
background-color css
<style>
a { background-color: #DC87BA; }
a { background-color: rgb(220,135,186); }
div.DivClassName
{
background-color: #DC87BA;
}
.BgClassName
{
background-color: #DC87BA;
}
</style>
border-color css
<style>
span { border-color: #DC87BA; }
span { border-color: rgb(220,135,186); }
td.TdClassName
{
border-color: #DC87BA;
}
.TagClassName
{
border-color: #DC87BA;
}
</style>