Shades of Shocking #DC95BB
Tints of Shocking #DC95BB
RGB
CMYK
RGB Variations
Color information
#DC95BB (or 0xDC95BB) is known color: Shocking. HEX triplet: DC, 95 and BB. RGB value is (220,149,187). Sum of RGB (Red+Green+Blue) = 220+149+187=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95BB is #236A44. Grayscale: #AEAEAE. Windows color (decimal): -2320965 or 12293596. OLE color: 12293596.
HSL color Cylindrical-coordinate representation of color #DC95BB: hue angle of 327.89º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC95BB is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 187 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.14 |
| HSL | 327.89º | 0.5% | 0.72% | - |
| HSV(B) | 327.89º | 0.32% | 0.86% | - |
| XYZ | 49.23 | 40.3 | 52.2 | - |
| YUV | 174.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 187 | 0 | 0.32 | 0.15 | 0.14 | 327.89 | 0.5 | 0.72 |
| Hex | DC | 95 | BB | 0 | 20 | F | E | 148 | 32 | 48 |
| Octal | 334 | 225 | 273 | 0 | 40 | 17 | 16 | 510 | 62 | 110 |
| Binary | 11011100 | 10010101 | 10111011 | 0 | 100000 | 1111 | 1110 | 101001000 | 110010 | 1001000 |
Color Harmonies of #DC95BB
Complementary color
Monochromatic Colors of #DC95BB
Black with #DC95BB
Text Example
Text Example
White with #DC95BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC95BB; }
p { color: rgb(220,149,187); }
H1.HeaderClassName
{
color: #DC95BB;
}
.AnyTagClassName
{
color: #DC95BB;
}
</style>
background-color css
<style>
a { background-color: #DC95BB; }
a { background-color: rgb(220,149,187); }
div.DivClassName
{
background-color: #DC95BB;
}
.BgClassName
{
background-color: #DC95BB;
}
</style>
border-color css
<style>
span { border-color: #DC95BB; }
span { border-color: rgb(220,149,187); }
td.TdClassName
{
border-color: #DC95BB;
}
.TagClassName
{
border-color: #DC95BB;
}
</style>