#D78AB9

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

Shades of Shocking #D78AB9

Tints of Shocking #D78AB9

Color information

#D78AB9 (or 0xD78AB9) is unknown color: approx Shocking. HEX triplet: D7, 8A and B9. RGB value is (215,138,185). Sum of RGB (Red+Green+Blue) = 215+138+185=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78AB9 is #287546. Grayscale: #A6A6A6. Windows color (decimal): -2651463 or 12159703. OLE color: 12159703.

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

Color convert

RGB215138185-
CMYK00.360.140.16
HSL323.38º49.04%69.22%-
HSV(B)323.38º35.81%84.31%-
XYZ45.8736.1350.45-
YUV166.38138.51162.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=39.96%
G=25.65%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513818500.360.140.16323.3849.0469.22
HexD78AB9024E101433145
Octal327212271044162050361105
Binary11010111100010101011100101001001110100001010000111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78AB9; }

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

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

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

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

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

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

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

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