Shades of Shocking #DC88C3
Tints of Shocking #DC88C3
RGB
CMYK
RGB Variations
Color information
#DC88C3 (or 0xDC88C3) is known color: Shocking. HEX triplet: DC, 88 and C3. RGB value is (220,136,195). Sum of RGB (Red+Green+Blue) = 220+136+195=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88C3 is #23773C. Grayscale: #A7A7A7. Windows color (decimal): -2324285 or 12814556. OLE color: 12814556.
HSL color Cylindrical-coordinate representation of color #DC88C3: hue angle of 317.86º 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 #DC88C3 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 195 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.14 |
| HSL | 317.86º | 0.55% | 0.7% | - |
| HSV(B) | 317.86º | 0.38% | 0.86% | - |
| XYZ | 48.17 | 36.76 | 56.19 | - |
| YUV | 167.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 195 | 0 | 0.38 | 0.11 | 0.14 | 317.86 | 0.55 | 0.7 |
| Hex | DC | 88 | C3 | 0 | 26 | B | E | 13E | 37 | 46 |
| Octal | 334 | 210 | 303 | 0 | 46 | 13 | 16 | 476 | 67 | 106 |
| Binary | 11011100 | 10001000 | 11000011 | 0 | 100110 | 1011 | 1110 | 100111110 | 110111 | 1000110 |
Color Harmonies of #DC88C3
Complementary color
Monochromatic Colors of #DC88C3
Black with #DC88C3
Text Example
Text Example
White with #DC88C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88C3; }
p { color: rgb(220,136,195); }
H1.HeaderClassName
{
color: #DC88C3;
}
.AnyTagClassName
{
color: #DC88C3;
}
</style>
background-color css
<style>
a { background-color: #DC88C3; }
a { background-color: rgb(220,136,195); }
div.DivClassName
{
background-color: #DC88C3;
}
.BgClassName
{
background-color: #DC88C3;
}
</style>
border-color css
<style>
span { border-color: #DC88C3; }
span { border-color: rgb(220,136,195); }
td.TdClassName
{
border-color: #DC88C3;
}
.TagClassName
{
border-color: #DC88C3;
}
</style>