#D79CBB

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

Shades of Shocking #D79CBB

Tints of Shocking #D79CBB

Color information

#D79CBB (or 0xD79CBB) is unknown color: approx Shocking. HEX triplet: D7, 9C and BB. RGB value is (215,156,187). Sum of RGB (Red+Green+Blue) = 215+156+187=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CBB is #286344. Grayscale: #B1B1B1. Windows color (decimal): -2646853 or 12295383. OLE color: 12295383.

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

Color convert

RGB215156187-
CMYK00.270.130.16
HSL328.47º42.45%72.75%-
HSV(B)328.47º27.44%84.31%-
XYZ48.8841.8152.51-
YUV177.18133.55154.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 156 (61.33% from 255) = 27.96%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=38.53%
G=27.96%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515618700.270.130.16328.4742.4572.75
HexD79CBB01BD101482a49
Octal327234273033152051052111
Binary1101011110011100101110110110111101100001010010001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CBB; }

 p { color: rgb(215,156,187); }

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

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

 a { background-color: rgb(215,156,187); }

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

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

 span { border-color: rgb(215,156,187); }

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