#D787B8

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

Shades of Shocking #D787B8

Tints of Shocking #D787B8

Color information

#D787B8 (or 0xD787B8) is unknown color: approx Shocking. HEX triplet: D7, 87 and B8. RGB value is (215,135,184). Sum of RGB (Red+Green+Blue) = 215+135+184=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D787B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787B8 is #287847. Grayscale: #A4A4A4. Windows color (decimal): -2652232 or 12093399. OLE color: 12093399.

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

Color convert

RGB215135184-
CMYK00.370.140.16
HSL323.25º50%68.63%-
HSV(B)323.25º37.21%84.31%-
XYZ45.3435.2449.76-
YUV164.51139164.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.26%
GREEN value IS 135 (53.12% from 255) = 25.28%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=40.26%
G=25.28%
B=34.46%

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
Decimal21513518400.370.140.16323.255068.63
HexD787B8025E101433245
Octal327207270045162050362105
Binary11010111100001111011100001001011110100001010000111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D787B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D787B8; }

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

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

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

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

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

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

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

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