#D79BC5

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

Shades of Shocking #D79BC5

Tints of Shocking #D79BC5

Color information

#D79BC5 (or 0xD79BC5) is unknown color: approx Shocking. HEX triplet: D7, 9B and C5. RGB value is (215,155,197). Sum of RGB (Red+Green+Blue) = 215+155+197=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BC5 is #28643A. Grayscale: #B1B1B1. Windows color (decimal): -2647099 or 12950487. OLE color: 12950487.

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

Color convert

RGB215155197-
CMYK00.280.080.16
HSL318º42.86%72.55%-
HSV(B)318º27.91%84.31%-
XYZ49.8241.9258.29-
YUV177.73138.88154.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 155 (60.94% from 255) = 27.34%
BLUE value IS 197 (77.34% from 255) = 34.74%
R=37.92%
G=27.34%
B=34.74%

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
Decimal21515519700.280.080.1631842.8672.55
HexD79BC501C81013e2b49
Octal327233305034102047653111
Binary1101011110011011110001010111001000100001001111101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79BC5; }

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

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

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

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

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

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

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

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