#D887C1

Color #D887C1 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #D887C1

Tints of Shocking #D887C1

Color information

#D887C1 (or 0xD887C1) is unknown color: approx Shocking. HEX triplet: D8, 87 and C1. RGB value is (216,135,193). Sum of RGB (Red+Green+Blue) = 216+135+193=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D887C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887C1 is #27783E. Grayscale: #A5A5A5. Windows color (decimal): -2586687 or 12683224. OLE color: 12683224.

HSL color Cylindrical-coordinate representation of color #D887C1: hue angle of 317.04º 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 #D887C1 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB216135193-
CMYK00.380.110.15
HSL317.04º50.94%68.82%-
HSV(B)317.04º37.5%84.71%-
XYZ46.6135.7854.9-
YUV165.83143.34163.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 135 (53.12% from 255) = 24.82%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=39.71%
G=24.82%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613519300.380.110.15317.0450.9468.82
HexD887C1026BF13d3345
Octal330207301046131747563105
Binary1101100010000111110000010100110101111111001111011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887C1; }

 p { color: rgb(216,135,193); }

 H1.HeaderClassName
 {
   color: #D887C1;
 }
 .AnyTagClassName
 {
   color: #D887C1;
 }
</style>
background-color css

<style>
 a { background-color: #D887C1; }

 a { background-color: rgb(216,135,193); }

 div.DivClassName
 {
   background-color: #D887C1;
 }
 .BgClassName
 {
   background-color: #D887C1;
 }
</style>
border-color css

<style>
 span { border-color: #D887C1; }

 span { border-color: rgb(216,135,193); }

 td.TdClassName
 {
   border-color: #D887C1;
 }
 .TagClassName
 {
   border-color: #D887C1;
 }
</style>