#D79BB6

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

Shades of Shocking #D79BB6

Tints of Shocking #D79BB6

Color information

#D79BB6 (or 0xD79BB6) is unknown color: approx Shocking. HEX triplet: D7, 9B and B6. RGB value is (215,155,182). Sum of RGB (Red+Green+Blue) = 215+155+182=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BB6 is #286449. Grayscale: #AFAFAF. Windows color (decimal): -2647114 or 11967447. OLE color: 11967447.

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

Color convert

RGB215155182-
CMYK00.280.150.16
HSL333º42.86%72.55%-
HSV(B)333º27.91%84.31%-
XYZ48.1941.2749.68-
YUV176.02131.38155.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=38.95%
G=28.08%
B=32.97%

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
Decimal21515518200.280.150.1633342.8672.55
HexD79BB601CF1014d2b49
Octal327233266034172051553111
Binary1101011110011011101101100111001111100001010011011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79BB6; }

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

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

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

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

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

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

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

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