#D787B9

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

Shades of Shocking #D787B9

Tints of Shocking #D787B9

Color information

#D787B9 (or 0xD787B9) is unknown color: approx Shocking. HEX triplet: D7, 87 and B9. RGB value is (215,135,185). Sum of RGB (Red+Green+Blue) = 215+135+185=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D787B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787B9 is #287846. Grayscale: #A4A4A4. Windows color (decimal): -2652231 or 12158935. OLE color: 12158935.

HSL color Cylindrical-coordinate representation of color #D787B9: hue angle of 322.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 #D787B9 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215135185-
CMYK00.370.140.16
HSL322.5º50%68.63%-
HSV(B)322.5º37.21%84.31%-
XYZ45.4535.2850.31-
YUV164.62139.5163.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 135 (53.12% from 255) = 25.23%
BLUE value IS 185 (72.66% from 255) = 34.58%
R=40.19%
G=25.23%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513518500.370.140.16322.55068.63
HexD787B9025E101423245
Octal327207271045162050262105
Binary11010111100001111011100101001011110100001010000101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D787B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D787B9; }

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

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

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

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

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

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

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

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