#D78DC2

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

Shades of Shocking #D78DC2

Tints of Shocking #D78DC2

Color information

#D78DC2 (or 0xD78DC2) is unknown color: approx Shocking. HEX triplet: D7, 8D and C2. RGB value is (215,141,194). Sum of RGB (Red+Green+Blue) = 215+141+194=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DC2 is #28723D. Grayscale: #A9A9A9. Windows color (decimal): -2650686 or 12750295. OLE color: 12750295.

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

Color convert

RGB215141194-
CMYK00.340.100.16
HSL317.03º48.05%69.8%-
HSV(B)317.03º34.42%84.31%-
XYZ47.2937.3955.76-
YUV169.17142.02160.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 194 (76.17% from 255) = 35.27%
R=39.09%
G=25.64%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514119400.340.100.16317.0348.0569.8
HexD78DC2022A1013d3046
Octal327215302042122047560106
Binary11010111100011011100001001000101010100001001111011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78DC2; }

 p { color: rgb(215,141,194); }

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

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

 a { background-color: rgb(215,141,194); }

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

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

 span { border-color: rgb(215,141,194); }

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