Shades of Shocking #D887C2
Tints of Shocking #D887C2
RGB
CMYK
RGB Variations
Color information
#D887C2 (or 0xD887C2) is known color: Shocking. HEX triplet: D8, 87 and C2. RGB value is (216,135,194). Sum of RGB (Red+Green+Blue) = 216+135+194=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D887C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887C2 is #27783D. Grayscale: #A5A5A5. Windows color (decimal): -2586686 or 12748760. OLE color: 12748760.
HSL color Cylindrical-coordinate representation of color #D887C2: hue angle of 316.3º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D887C2 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 194 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.15 |
| HSL | 316.3º | 0.51% | 0.69% | - |
| HSV(B) | 316.3º | 0.38% | 0.85% | - |
| XYZ | 46.72 | 35.82 | 55.49 | - |
| YUV | 165.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 194 | 0 | 0.38 | 0.10 | 0.15 | 316.3 | 0.51 | 0.69 |
| Hex | D8 | 87 | C2 | 0 | 26 | A | F | 13C | 33 | 45 |
| Octal | 330 | 207 | 302 | 0 | 46 | 12 | 17 | 474 | 63 | 105 |
| Binary | 11011000 | 10000111 | 11000010 | 0 | 100110 | 1010 | 1111 | 100111100 | 110011 | 1000101 |
Color Harmonies of #D887C2
Complementary color
Monochromatic Colors of #D887C2
Black with #D887C2
Text Example
Text Example
White with #D887C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D887C2; }
p { color: rgb(216,135,194); }
H1.HeaderClassName
{
color: #D887C2;
}
.AnyTagClassName
{
color: #D887C2;
}
</style>
background-color css
<style>
a { background-color: #D887C2; }
a { background-color: rgb(216,135,194); }
div.DivClassName
{
background-color: #D887C2;
}
.BgClassName
{
background-color: #D887C2;
}
</style>
border-color css
<style>
span { border-color: #D887C2; }
span { border-color: rgb(216,135,194); }
td.TdClassName
{
border-color: #D887C2;
}
.TagClassName
{
border-color: #D887C2;
}
</style>