#D794BC

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

Shades of Shocking #D794BC

Tints of Shocking #D794BC

Color information

#D794BC (or 0xD794BC) is unknown color: approx Shocking. HEX triplet: D7, 94 and BC. RGB value is (215,148,188). Sum of RGB (Red+Green+Blue) = 215+148+188=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D794BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794BC is #286B43. Grayscale: #ACACAC. Windows color (decimal): -2648900 or 12358871. OLE color: 12358871.

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

Color convert

RGB215148188-
CMYK00.310.130.16
HSL324.18º45.58%71.18%-
HSV(B)324.18º31.16%84.31%-
XYZ47.6939.2652.64-
YUV172.59136.7158.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=39.02%
G=26.86%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514818800.310.130.16324.1845.5871.18
HexD794BC01FD101442e47
Octal327224274037152050456107
Binary1101011110010100101111000111111101100001010001001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794BC; }

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

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

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

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

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

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

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

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