#D887B9

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

Shades of Shocking #D887B9

Tints of Shocking #D887B9

Color information

#D887B9 (or 0xD887B9) is unknown color: approx Shocking. HEX triplet: D8, 87 and B9. RGB value is (216,135,185). Sum of RGB (Red+Green+Blue) = 216+135+185=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D887B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887B9 is #277846. Grayscale: #A4A4A4. Windows color (decimal): -2586695 or 12158936. OLE color: 12158936.

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

Color convert

RGB216135185-
CMYK00.380.140.15
HSL322.96º50.94%68.82%-
HSV(B)322.96º37.5%84.71%-
XYZ45.7435.4350.33-
YUV164.92139.34164.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 185 (72.66% from 255) = 34.51%
R=40.30%
G=25.19%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613518500.380.140.15322.9650.9468.82
HexD887B9026EF1433345
Octal330207271046161750363105
Binary1101100010000111101110010100110111011111010000111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887B9; }

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

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

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

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

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

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

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

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