#D79FB9

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

Shades of Shocking #D79FB9

Tints of Shocking #D79FB9

Color information

#D79FB9 (or 0xD79FB9) is unknown color: approx Shocking. HEX triplet: D7, 9F and B9. RGB value is (215,159,185). Sum of RGB (Red+Green+Blue) = 215+159+185=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FB9 is #286046. Grayscale: #B2B2B2. Windows color (decimal): -2646087 or 12165079. OLE color: 12165079.

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

Color convert

RGB215159185-
CMYK00.260.140.16
HSL332.14º41.18%73.33%-
HSV(B)332.14º26.05%84.31%-
XYZ49.1842.7551.56-
YUV178.71131.55153.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=38.46%
G=28.44%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515918500.260.140.16332.1441.1873.33
HexD79FB901AE1014c2949
Octal327237271032162051451111
Binary1101011110011111101110010110101110100001010011001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FB9; }

 p { color: rgb(215,159,185); }

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

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

 a { background-color: rgb(215,159,185); }

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

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

 span { border-color: rgb(215,159,185); }

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