#D788B5

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

Shades of Shocking #D788B5

Tints of Shocking #D788B5

Color information

#D788B5 (or 0xD788B5) is unknown color: approx Shocking. HEX triplet: D7, 88 and B5. RGB value is (215,136,181). Sum of RGB (Red+Green+Blue) = 215+136+181=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D788B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788B5 is #28774A. Grayscale: #A4A4A4. Windows color (decimal): -2651979 or 11897047. OLE color: 11897047.

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

Color convert

RGB215136181-
CMYK00.370.160.16
HSL325.82º49.69%68.82%-
HSV(B)325.82º36.74%84.31%-
XYZ45.1735.3948.17-
YUV164.75137.17163.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.41%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 181 (71.09% from 255) = 34.02%
R=40.41%
G=25.56%
B=34.02%

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
Decimal21513618100.370.160.16325.8249.6968.82
HexD788B502510101463245
Octal327210265045202050662105
Binary110101111000100010110101010010110000100001010001101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D788B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D788B5; }

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

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

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

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

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

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

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

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