#D796C1

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

Shades of Shocking #D796C1

Tints of Shocking #D796C1

Color information

#D796C1 (or 0xD796C1) is unknown color: approx Shocking. HEX triplet: D7, 96 and C1. RGB value is (215,150,193). Sum of RGB (Red+Green+Blue) = 215+150+193=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D796C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796C1 is #28693E. Grayscale: #AEAEAE. Windows color (decimal): -2648383 or 12687063. OLE color: 12687063.

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

Color convert

RGB215150193-
CMYK00.300.100.16
HSL320.31º44.83%71.57%-
HSV(B)320.31º30.23%84.31%-
XYZ48.5640.1155.63-
YUV174.34138.53157-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 150 (58.98% from 255) = 26.88%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=38.53%
G=26.88%
B=34.59%

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
Decimal21515019300.300.100.16320.3144.8371.57
HexD796C101EA101402d48
Octal327226301036122050055110
Binary1101011110010110110000010111101010100001010000001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D796C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D796C1; }

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

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

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

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

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

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

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

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