#D793C4

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

Shades of Shocking #D793C4

Tints of Shocking #D793C4

Color information

#D793C4 (or 0xD793C4) is unknown color: approx Shocking. HEX triplet: D7, 93 and C4. RGB value is (215,147,196). Sum of RGB (Red+Green+Blue) = 215+147+196=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D793C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793C4 is #286C3B. Grayscale: #ACACAC. Windows color (decimal): -2649148 or 12882903. OLE color: 12882903.

HSL color Cylindrical-coordinate representation of color #D793C4: hue angle of 316.76º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D793C4 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB215147196-
CMYK00.320.090.16
HSL316.76º45.95%70.98%-
HSV(B)316.76º31.63%84.31%-
XYZ48.4239.357.26-
YUV172.92141.03158.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 196 (76.95% from 255) = 35.13%
R=38.53%
G=26.34%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514719600.320.090.16316.7645.9570.98
HexD793C402091013d2e47
Octal327223304040112047556107
Binary11010111100100111100010001000001001100001001111011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D793C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D793C4; }

 p { color: rgb(215,147,196); }

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

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

 a { background-color: rgb(215,147,196); }

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

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

 span { border-color: rgb(215,147,196); }

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