#D79BB7

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

Shades of Shocking #D79BB7

Tints of Shocking #D79BB7

Color information

#D79BB7 (or 0xD79BB7) is unknown color: approx Shocking. HEX triplet: D7, 9B and B7. RGB value is (215,155,183). Sum of RGB (Red+Green+Blue) = 215+155+183=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BB7 is #286448. Grayscale: #B0B0B0. Windows color (decimal): -2647113 or 12032983. OLE color: 12032983.

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

Color convert

RGB215155183-
CMYK00.280.150.16
HSL332º42.86%72.55%-
HSV(B)332º27.91%84.31%-
XYZ48.2941.3150.23-
YUV176.13131.88155.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=38.88%
G=28.03%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515518300.280.150.1633242.8672.55
HexD79BB701CF1014c2b49
Octal327233267034172051453111
Binary1101011110011011101101110111001111100001010011001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79BB7; }

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

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

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

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

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

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

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

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