#D793BC

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

Shades of Shocking #D793BC

Tints of Shocking #D793BC

Color information

#D793BC (or 0xD793BC) is unknown color: approx Shocking. HEX triplet: D7, 93 and BC. RGB value is (215,147,188). Sum of RGB (Red+Green+Blue) = 215+147+188=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D793BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793BC is #286C43. Grayscale: #ABABAB. Windows color (decimal): -2649156 or 12358615. OLE color: 12358615.

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

Color convert

RGB215147188-
CMYK00.320.130.16
HSL323.82º45.95%70.98%-
HSV(B)323.82º31.63%84.31%-
XYZ47.5438.9552.59-
YUV172.01137.03158.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 147 (57.81% from 255) = 26.73%
BLUE value IS 188 (73.83% from 255) = 34.18%
R=39.09%
G=26.73%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514718800.320.130.16323.8245.9570.98
HexD793BC020D101442e47
Octal327223274040152050456107
Binary11010111100100111011110001000001101100001010001001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D793BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D793BC; }

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

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

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

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

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

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

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

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