Shades of Shocking #D88AC2
Tints of Shocking #D88AC2
RGB
CMYK
RGB Variations
Color information
#D88AC2 (or 0xD88AC2) is known color: Shocking. HEX triplet: D8, 8A and C2. RGB value is (216,138,194). Sum of RGB (Red+Green+Blue) = 216+138+194=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AC2 is #27753D. Grayscale: #A7A7A7. Windows color (decimal): -2585918 or 12749528. OLE color: 12749528.
HSL color Cylindrical-coordinate representation of color #D88AC2: hue angle of 316.92º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88AC2 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 194 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.15 |
| HSL | 316.92º | 0.5% | 0.69% | - |
| HSV(B) | 316.92º | 0.36% | 0.85% | - |
| XYZ | 47.14 | 36.67 | 55.63 | - |
| YUV | 167.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 194 | 0 | 0.36 | 0.10 | 0.15 | 316.92 | 0.5 | 0.69 |
| Hex | D8 | 8A | C2 | 0 | 24 | A | F | 13D | 32 | 45 |
| Octal | 330 | 212 | 302 | 0 | 44 | 12 | 17 | 475 | 62 | 105 |
| Binary | 11011000 | 10001010 | 11000010 | 0 | 100100 | 1010 | 1111 | 100111101 | 110010 | 1000101 |
Color Harmonies of #D88AC2
Complementary color
Monochromatic Colors of #D88AC2
Black with #D88AC2
Text Example
Text Example
White with #D88AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88AC2; }
p { color: rgb(216,138,194); }
H1.HeaderClassName
{
color: #D88AC2;
}
.AnyTagClassName
{
color: #D88AC2;
}
</style>
background-color css
<style>
a { background-color: #D88AC2; }
a { background-color: rgb(216,138,194); }
div.DivClassName
{
background-color: #D88AC2;
}
.BgClassName
{
background-color: #D88AC2;
}
</style>
border-color css
<style>
span { border-color: #D88AC2; }
span { border-color: rgb(216,138,194); }
td.TdClassName
{
border-color: #D88AC2;
}
.TagClassName
{
border-color: #D88AC2;
}
</style>