#D79CBA

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

Shades of Shocking #D79CBA

Tints of Shocking #D79CBA

Color information

#D79CBA (or 0xD79CBA) is unknown color: approx Shocking. HEX triplet: D7, 9C and BA. RGB value is (215,156,186). Sum of RGB (Red+Green+Blue) = 215+156+186=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CBA is #286345. Grayscale: #B1B1B1. Windows color (decimal): -2646854 or 12229847. OLE color: 12229847.

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

Color convert

RGB215156186-
CMYK00.270.130.16
HSL329.49º42.45%72.75%-
HSV(B)329.49º27.44%84.31%-
XYZ48.7841.7751.95-
YUV177.06133.05155.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.60%
GREEN value IS 156 (61.33% from 255) = 28.01%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=38.60%
G=28.01%
B=33.39%

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
Decimal21515618600.270.130.16329.4942.4572.75
HexD79CBA01BD101492a49
Octal327234272033152051152111
Binary1101011110011100101110100110111101100001010010011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CBA; }

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

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

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

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

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

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

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

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