Shades of Shocking #DC88BB
Tints of Shocking #DC88BB
RGB
CMYK
RGB Variations
Color information
#DC88BB (or 0xDC88BB) is known color: Shocking. HEX triplet: DC, 88 and BB. RGB value is (220,136,187). Sum of RGB (Red+Green+Blue) = 220+136+187=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88BB is #237744. Grayscale: #A6A6A6. Windows color (decimal): -2324293 or 12290268. OLE color: 12290268.
HSL color Cylindrical-coordinate representation of color #DC88BB: hue angle of 323.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88BB is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 187 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.14 |
| HSL | 323.57º | 0.55% | 0.7% | - |
| HSV(B) | 323.57º | 0.38% | 0.86% | - |
| XYZ | 47.29 | 36.41 | 51.55 | - |
| YUV | 166.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 187 | 0 | 0.38 | 0.15 | 0.14 | 323.57 | 0.55 | 0.7 |
| Hex | DC | 88 | BB | 0 | 26 | F | E | 144 | 37 | 46 |
| Octal | 334 | 210 | 273 | 0 | 46 | 17 | 16 | 504 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10111011 | 0 | 100110 | 1111 | 1110 | 101000100 | 110111 | 1000110 |
Color Harmonies of #DC88BB
Complementary color
Monochromatic Colors of #DC88BB
Black with #DC88BB
Text Example
Text Example
White with #DC88BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88BB; }
p { color: rgb(220,136,187); }
H1.HeaderClassName
{
color: #DC88BB;
}
.AnyTagClassName
{
color: #DC88BB;
}
</style>
background-color css
<style>
a { background-color: #DC88BB; }
a { background-color: rgb(220,136,187); }
div.DivClassName
{
background-color: #DC88BB;
}
.BgClassName
{
background-color: #DC88BB;
}
</style>
border-color css
<style>
span { border-color: #DC88BB; }
span { border-color: rgb(220,136,187); }
td.TdClassName
{
border-color: #DC88BB;
}
.TagClassName
{
border-color: #DC88BB;
}
</style>