#D887BD

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

Shades of Shocking #D887BD

Tints of Shocking #D887BD

Color information

#D887BD (or 0xD887BD) is unknown color: approx Shocking. HEX triplet: D8, 87 and BD. RGB value is (216,135,189). Sum of RGB (Red+Green+Blue) = 216+135+189=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D887BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887BD is #277842. Grayscale: #A5A5A5. Windows color (decimal): -2586691 or 12421080. OLE color: 12421080.

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

Color convert

RGB216135189-
CMYK00.380.120.15
HSL320º50.94%68.82%-
HSV(B)320º37.5%84.71%-
XYZ46.1735.652.58-
YUV165.38141.34164.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 135 (53.12% from 255) = 25%
BLUE value IS 189 (74.22% from 255) = 35%
R=40%
G=25%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613518900.380.120.1532050.9468.82
HexD887BD026CF1403345
Octal330207275046141750063105
Binary1101100010000111101111010100110110011111010000001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887BD; }

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

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

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

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

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

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

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

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