#D78CC5

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

Shades of Shocking #D78CC5

Tints of Shocking #D78CC5

Color information

#D78CC5 (or 0xD78CC5) is unknown color: approx Shocking. HEX triplet: D7, 8C and C5. RGB value is (215,140,197). Sum of RGB (Red+Green+Blue) = 215+140+197=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CC5 is #28733A. Grayscale: #A8A8A8. Windows color (decimal): -2650939 or 12946647. OLE color: 12946647.

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

Color convert

RGB215140197-
CMYK00.350.080.16
HSL314.4º48.39%69.61%-
HSV(B)314.4º34.88%84.31%-
XYZ47.4837.2357.51-
YUV168.92143.85160.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 140 (55.08% from 255) = 25.36%
BLUE value IS 197 (77.34% from 255) = 35.69%
R=38.95%
G=25.36%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514019700.350.080.16314.448.3969.61
HexD78CC502381013a3046
Octal327214305043102047260106
Binary11010111100011001100010101000111000100001001110101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CC5; }

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

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

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

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

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

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

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

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