#D788B8

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

Shades of Shocking #D788B8

Tints of Shocking #D788B8

Color information

#D788B8 (or 0xD788B8) is unknown color: approx Shocking. HEX triplet: D7, 88 and B8. RGB value is (215,136,184). Sum of RGB (Red+Green+Blue) = 215+136+184=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D788B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788B8 is #287747. Grayscale: #A4A4A4. Windows color (decimal): -2651976 or 12093655. OLE color: 12093655.

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

Color convert

RGB215136184-
CMYK00.370.140.16
HSL323.54º49.69%68.82%-
HSV(B)323.54º36.74%84.31%-
XYZ45.4835.5249.81-
YUV165.09138.67163.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 184 (72.27% from 255) = 34.39%
R=40.19%
G=25.42%
B=34.39%

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
Decimal21513618400.370.140.16323.5449.6968.82
HexD788B8025E101443245
Octal327210270045162050462105
Binary11010111100010001011100001001011110100001010001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D788B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D788B8; }

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

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

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

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

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

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

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

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