#D78ABA

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

Shades of Shocking #D78ABA

Tints of Shocking #D78ABA

Color information

#D78ABA (or 0xD78ABA) is unknown color: approx Shocking. HEX triplet: D7, 8A and BA. RGB value is (215,138,186). Sum of RGB (Red+Green+Blue) = 215+138+186=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ABA is #287545. Grayscale: #A6A6A6. Windows color (decimal): -2651462 or 12225239. OLE color: 12225239.

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

Color convert

RGB215138186-
CMYK00.360.130.16
HSL322.6º49.04%69.22%-
HSV(B)322.6º35.81%84.31%-
XYZ45.9836.1751.01-
YUV166.5139.01162.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.89%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=39.89%
G=25.60%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513818600.360.130.16322.649.0469.22
HexD78ABA024D101433145
Octal327212272044152050361105
Binary11010111100010101011101001001001101100001010000111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78ABA; }

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

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

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

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

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

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

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

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