#D79BBD

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

Shades of Shocking #D79BBD

Tints of Shocking #D79BBD

Color information

#D79BBD (or 0xD79BBD) is unknown color: approx Shocking. HEX triplet: D7, 9B and BD. RGB value is (215,155,189). Sum of RGB (Red+Green+Blue) = 215+155+189=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BBD is #286442. Grayscale: #B0B0B0. Windows color (decimal): -2647107 or 12426199. OLE color: 12426199.

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

Color convert

RGB215155189-
CMYK00.280.120.16
HSL326º42.86%72.55%-
HSV(B)326º27.91%84.31%-
XYZ48.9341.5653.59-
YUV176.82134.88155.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=38.46%
G=27.73%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515518900.280.120.1632642.8672.55
HexD79BBD01CC101462b49
Octal327233275034142050653111
Binary1101011110011011101111010111001100100001010001101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79BBD; }

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

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

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

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

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

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

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

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