#D787B5

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

Shades of Shocking #D787B5

Tints of Shocking #D787B5

Color information

#D787B5 (or 0xD787B5) is unknown color: approx Shocking. HEX triplet: D7, 87 and B5. RGB value is (215,135,181). Sum of RGB (Red+Green+Blue) = 215+135+181=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D787B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787B5 is #28784A. Grayscale: #A4A4A4. Windows color (decimal): -2652235 or 11896791. OLE color: 11896791.

HSL color Cylindrical-coordinate representation of color #D787B5: hue angle of 325.5º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D787B5 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB215135181-
CMYK00.370.160.16
HSL325.5º50%68.63%-
HSV(B)325.5º37.21%84.31%-
XYZ45.0335.1148.12-
YUV164.16137.5164.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=40.49%
G=25.42%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513518100.370.160.16325.55068.63
HexD787B502510101463245
Octal327207265045202050662105
Binary110101111000011110110101010010110000100001010001101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D787B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D787B5; }

 p { color: rgb(215,135,181); }

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

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

 a { background-color: rgb(215,135,181); }

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

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

 span { border-color: rgb(215,135,181); }

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