#D796BE

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

Shades of Shocking #D796BE

Tints of Shocking #D796BE

Color information

#D796BE (or 0xD796BE) is unknown color: approx Shocking. HEX triplet: D7, 96 and BE. RGB value is (215,150,190). Sum of RGB (Red+Green+Blue) = 215+150+190=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D796BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796BE is #286941. Grayscale: #ADADAD. Windows color (decimal): -2648386 or 12490455. OLE color: 12490455.

HSL color Cylindrical-coordinate representation of color #D796BE: hue angle of 323.08º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D796BE is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215150190-
CMYK00.300.120.16
HSL323.08º44.83%71.57%-
HSV(B)323.08º30.23%84.31%-
XYZ48.2239.9853.89-
YUV173.99137.03157.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=38.74%
G=27.03%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515019000.300.120.16323.0844.8371.57
HexD796BE01EC101432d48
Octal327226276036142050355110
Binary1101011110010110101111100111101100100001010000111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D796BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D796BE; }

 p { color: rgb(215,150,190); }

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

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

 a { background-color: rgb(215,150,190); }

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

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

 span { border-color: rgb(215,150,190); }

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