#D78CB8

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

Shades of Shocking #D78CB8

Tints of Shocking #D78CB8

Color information

#D78CB8 (or 0xD78CB8) is unknown color: approx Shocking. HEX triplet: D7, 8C and B8. RGB value is (215,140,184). Sum of RGB (Red+Green+Blue) = 215+140+184=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CB8 is #287347. Grayscale: #A7A7A7. Windows color (decimal): -2650952 or 12094679. OLE color: 12094679.

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

Color convert

RGB215140184-
CMYK00.350.140.16
HSL324.8º48.39%69.61%-
HSV(B)324.8º34.88%84.31%-
XYZ46.0536.6650-
YUV167.44137.35161.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.89%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=39.89%
G=25.97%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514018400.350.140.16324.848.3969.61
HexD78CB8023E101453046
Octal327214270043162050560106
Binary11010111100011001011100001000111110100001010001011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CB8; }

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

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

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

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

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

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

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

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