#D78EB9

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

Shades of Shocking #D78EB9

Tints of Shocking #D78EB9

Color information

#D78EB9 (or 0xD78EB9) is unknown color: approx Shocking. HEX triplet: D7, 8E and B9. RGB value is (215,142,185). Sum of RGB (Red+Green+Blue) = 215+142+185=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D78EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EB9 is #287146. Grayscale: #A8A8A8. Windows color (decimal): -2650439 or 12160727. OLE color: 12160727.

HSL color Cylindrical-coordinate representation of color #D78EB9: hue angle of 324.66º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78EB9 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215142185-
CMYK00.340.140.16
HSL324.66º47.71%70%-
HSV(B)324.66º33.95%84.31%-
XYZ46.4537.350.65-
YUV168.73137.18161-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=39.67%
G=26.20%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514218500.340.140.16324.6647.7170
HexD78EB9022E101453046
Octal327216271042162050560106
Binary11010111100011101011100101000101110100001010001011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78EB9; }

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

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

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

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

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

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

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

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