#D796C2

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

Shades of Shocking #D796C2

Tints of Shocking #D796C2

Color information

#D796C2 (or 0xD796C2) is unknown color: approx Shocking. HEX triplet: D7, 96 and C2. RGB value is (215,150,194). Sum of RGB (Red+Green+Blue) = 215+150+194=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D796C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796C2 is #28693D. Grayscale: #AEAEAE. Windows color (decimal): -2648382 or 12752599. OLE color: 12752599.

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

Color convert

RGB215150194-
CMYK00.300.100.16
HSL319.38º44.83%71.57%-
HSV(B)319.38º30.23%84.31%-
XYZ48.6740.1556.22-
YUV174.45139.03156.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 194 (76.17% from 255) = 34.70%
R=38.46%
G=26.83%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515019400.300.100.16319.3844.8371.57
HexD796C201EA1013f2d48
Octal327226302036122047755110
Binary1101011110010110110000100111101010100001001111111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D796C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D796C2; }

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

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

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

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

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

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

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

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