#D79DBD

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

Shades of Shocking #D79DBD

Tints of Shocking #D79DBD

Color information

#D79DBD (or 0xD79DBD) is unknown color: approx Shocking. HEX triplet: D7, 9D and BD. RGB value is (215,157,189). Sum of RGB (Red+Green+Blue) = 215+157+189=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DBD is #286242. Grayscale: #B1B1B1. Windows color (decimal): -2646595 or 12426711. OLE color: 12426711.

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

Color convert

RGB215157189-
CMYK00.270.120.16
HSL326.9º42.03%72.94%-
HSV(B)326.9º26.98%84.31%-
XYZ49.2742.2453.7-
YUV177.99134.22154.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=38.32%
G=27.99%
B=33.69%

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
Decimal21515718900.270.120.16326.942.0372.94
HexD79DBD01BC101472a49
Octal327235275033142050752111
Binary1101011110011101101111010110111100100001010001111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79DBD; }

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

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

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

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

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

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

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

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