#D78ABC

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

Shades of Shocking #D78ABC

Tints of Shocking #D78ABC

Color information

#D78ABC (or 0xD78ABC) is unknown color: approx Shocking. HEX triplet: D7, 8A and BC. RGB value is (215,138,188). Sum of RGB (Red+Green+Blue) = 215+138+188=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ABC is #287543. Grayscale: #A6A6A6. Windows color (decimal): -2651460 or 12356311. OLE color: 12356311.

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

Color convert

RGB215138188-
CMYK00.360.130.16
HSL321.04º49.04%69.22%-
HSV(B)321.04º35.81%84.31%-
XYZ46.1936.2552.14-
YUV166.72140.01162.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.74%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=39.74%
G=25.51%
B=34.75%

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
Decimal21513818800.360.130.16321.0449.0469.22
HexD78ABC024D101413145
Octal327212274044152050161105
Binary11010111100010101011110001001001101100001010000011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78ABC; }

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

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

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

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

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

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

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

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