#D79EBD

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

Shades of Shocking #D79EBD

Tints of Shocking #D79EBD

Color information

#D79EBD (or 0xD79EBD) is unknown color: approx Shocking. HEX triplet: D7, 9E and BD. RGB value is (215,158,189). Sum of RGB (Red+Green+Blue) = 215+158+189=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79EBD is #286142. Grayscale: #B2B2B2. Windows color (decimal): -2646339 or 12426967. OLE color: 12426967.

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

Color convert

RGB215158189-
CMYK00.270.120.16
HSL327.37º41.61%73.14%-
HSV(B)327.37º26.51%84.31%-
XYZ49.4442.5753.76-
YUV178.58133.88153.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=38.26%
G=28.11%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515818900.270.120.16327.3741.6173.14
HexD79EBD01BC101472a49
Octal327236275033142050752111
Binary1101011110011110101111010110111100100001010001111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79EBD; }

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

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

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

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

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

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

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

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