#D79AC6

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

Shades of Shocking #D79AC6

Tints of Shocking #D79AC6

Color information

#D79AC6 (or 0xD79AC6) is unknown color: approx Shocking. HEX triplet: D7, 9A and C6. RGB value is (215,154,198). Sum of RGB (Red+Green+Blue) = 215+154+198=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79AC6 is #286539. Grayscale: #B1B1B1. Windows color (decimal): -2647354 or 13015767. OLE color: 13015767.

HSL color Cylindrical-coordinate representation of color #D79AC6: hue angle of 316.72º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79AC6 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215154198-
CMYK00.280.080.16
HSL316.72º43.26%72.35%-
HSV(B)316.72º28.37%84.31%-
XYZ49.7741.6458.84-
YUV177.26139.71154.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 154 (60.55% from 255) = 27.16%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=37.92%
G=27.16%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515419800.280.080.16316.7243.2672.35
HexD79AC601C81013d2b48
Octal327232306034102047553110
Binary1101011110011010110001100111001000100001001111011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AC6; }

 p { color: rgb(215,154,198); }

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

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

 a { background-color: rgb(215,154,198); }

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

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

 span { border-color: rgb(215,154,198); }

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