#D78EB7

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

Shades of Shocking #D78EB7

Tints of Shocking #D78EB7

Color information

#D78EB7 (or 0xD78EB7) is unknown color: approx Shocking. HEX triplet: D7, 8E and B7. RGB value is (215,142,183). Sum of RGB (Red+Green+Blue) = 215+142+183=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D78EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EB7 is #287148. Grayscale: #A8A8A8. Windows color (decimal): -2650441 or 12029655. OLE color: 12029655.

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

Color convert

RGB215142183-
CMYK00.340.150.16
HSL326.3º47.71%70%-
HSV(B)326.3º33.95%84.31%-
XYZ46.2437.2149.55-
YUV168.5136.18161.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.81%
GREEN value IS 142 (55.86% from 255) = 26.30%
BLUE value IS 183 (71.88% from 255) = 33.89%
R=39.81%
G=26.30%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514218300.340.150.16326.347.7170
HexD78EB7022F101463046
Octal327216267042172050660106
Binary11010111100011101011011101000101111100001010001101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78EB7; }

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

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

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

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

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

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

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

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